You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
Fix lvgltest
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user