fix: explicitly add launcher buttons and power button to default group, declare stopScreensaverLocked, and disable idle screensaver timer on monochrome/RLCD screens

This commit is contained in:
Adolfo Reyna
2026-07-10 18:54:37 -04:00
parent 4ea29c0fe9
commit d3919344b3
3 changed files with 33 additions and 10 deletions
@@ -37,6 +37,7 @@ class DisplayIdleService final : public Service {
bool backlightOff = false;
static void stopScreensaverCb(lv_event_t* e);
void stopScreensaverLocked();
/** @pre Caller must hold LVGL lock */
void activateScreensaver();