added LED indicator for display refresh on launcher

This commit is contained in:
thirdr 2022-12-20 15:11:52 +00:00 committed by Phil Howard
parent daf2770d28
commit e2e4687f0c
1 changed files with 2 additions and 0 deletions

View File

@ -62,7 +62,9 @@ def launcher():
graphics.set_pen(0)
graphics.text("Hold A + E, then press Reset, to return to the Launcher", 65, 370, 600, 2)
ih.led_warn.on()
graphics.update()
ih.led_warn.off()
# Now we've drawn the menu to the screen, we wait here for the user to select an app.
# Then once an app is selected, we set that as the current app and reset the device and load into it.