some source reordering

This commit is contained in:
minjaesong
2025-08-18 15:19:18 +09:00
parent 65537d2f34
commit 98962dab57
2 changed files with 94 additions and 330 deletions

View File

@@ -467,10 +467,13 @@ try {
// Simple progress display
if (interactive) {
con.move(32, 1)
con.move(31, 1)
graphics.setTextFore(161)
print(`Frame: ${frameCount}/${totalFrames} (${Math.round(frameCount * 100 / totalFrames)}%)`)
//serial.println(`Frame: ${frameCount}/${totalFrames} (${Math.round(frameCount * 100 / totalFrames)}%)`)
con.move(32, 1)
graphics.setTextFore(161)
print(`VRate: ${(getVideoRate() / 1024 * 8)|0} kbps `)
con.move(1, 1)
}
}