Skip to content

Commit 51d3736

Browse files
committed
Do not show FPS by default
1 parent a530827 commit 51d3736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Wasm_PyBadge_Dino/Wasm_PyBadge_Dino.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void setup()
186186
arcada.display->drawRGBBitmap(0, 40, (uint16_t*)(mem+0x5000), 160, 75);
187187

188188
const uint32_t frametime = millis() - framestart;
189-
Serial.print("FPS: "); Serial.println(1000/frametime);
189+
//Serial.print("FPS: "); Serial.println(1000/frametime);
190190

191191
// Limit to 50..70 fps, depending on CPU/overclock setting (120..200MHz)
192192
//const int target_frametime = 1000/map(F_CPU/1000000, 120, 200, 50, 70);

0 commit comments

Comments
 (0)