You've already forked MicroPythonOS
mirror of
https://github.com/m5stack/MicroPythonOS.git
synced 2026-05-20 11:51:27 -07:00
lvgltest: fix canary
This commit is contained in:
@@ -9,7 +9,7 @@ UPDATE_INTERVAL_MS = 3000 # Add spinner and update metrics every 100ms
|
||||
spinner_count = 0
|
||||
metrics_label = None
|
||||
|
||||
canary = lv.obj(lv.screen_active())
|
||||
canary = lv.obj(subwindow)
|
||||
canary.add_flag(0x0001) # LV_OBJ_FLAG_HIDDEN is 0x0001
|
||||
|
||||
def add_spinner_and_update():
|
||||
|
||||
Reference in New Issue
Block a user