Fix lvgltest

This commit is contained in:
Thomas Farstrike
2025-04-24 13:39:50 +02:00
parent 78e8421701
commit 95dae5874a
+1 -1
View File
@@ -44,7 +44,7 @@ def run_benchmark():
metrics_label.set_pos(10, 10)
metrics_label.set_text("Spinners: 0")
while canary.is_active():
while canary.is_valid():
add_spinner_and_update()
time.sleep_ms(UPDATE_INTERVAL_MS)