get fps better

This commit is contained in:
2025-10-28 12:20:02 -06:00
parent bbc9613f62
commit a7daa4c5fc
6 changed files with 72 additions and 21 deletions

View File

@@ -42,9 +42,9 @@ pub fn main() {
for frame in gif.frames() {
let start = get_ms();
lock_display(true);
// lock_display(true);
frame.draw(&mut display).unwrap();
lock_display(false);
// lock_display(false);
// frame_num += 1;