You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
lvgltest: add debug
This commit is contained in:
@@ -45,10 +45,12 @@ def run_benchmark():
|
||||
|
||||
while appscreen == lv.screen_active():
|
||||
add_spinner_and_update()
|
||||
time.sleep(3)
|
||||
time.sleep(4)
|
||||
|
||||
|
||||
try:
|
||||
run_benchmark()
|
||||
except Exception as e:
|
||||
print(f"Error in benchmark: {e}")
|
||||
|
||||
print("lvgltest.py exiting")
|
||||
|
||||
Reference in New Issue
Block a user