Skip to content

Commit 867c75f

Browse files
lvgltest: add debug
1 parent 324d243 commit 867c75f

File tree

1 file changed

+3
-1
lines changed
  • internal_filesystem/apps/com.example.lvgltest/assets

1 file changed

+3
-1
lines changed

internal_filesystem/apps/com.example.lvgltest/assets/lvgltest.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,12 @@ def run_benchmark():
4545

4646
while appscreen == lv.screen_active():
4747
add_spinner_and_update()
48-
time.sleep(3)
48+
time.sleep(4)
4949

5050

5151
try:
5252
run_benchmark()
5353
except Exception as e:
5454
print(f"Error in benchmark: {e}")
55+
56+
print("lvgltest.py exiting")

0 commit comments

Comments
 (0)