lvgltest: add debug

This commit is contained in:
Thomas Farstrike
2025-05-15 06:47:04 +02:00
parent 324d243532
commit 867c75f80f
@@ -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")