launcher: first crack at low power 'screensaver' mode

This commit is contained in:
Joey Castillo
2021-10-03 20:37:15 -04:00
parent 64485b4255
commit 4300dff616
6 changed files with 84 additions and 42 deletions

View File

@@ -157,7 +157,7 @@ bool app_loop() {
delay_ms(250);
// nap time :)
watch_enter_shallow_sleep(NULL);
watch_enter_shallow_sleep(false);
// we just woke up; wait a moment again for the user's finger to be off the button...
delay_ms(250);