This commit is contained in:
JQ 2025-05-28 16:45:41 -07:00
parent 2f7aa6d9a1
commit ce87156a43
3 changed files with 3 additions and 6 deletions

View file

@ -311,12 +311,8 @@ void UITask::handleButtonAnyPress() {
if (_display != NULL) {
if (!_display->isOn()) {
_display->turnOn();
_need_refresh = true;
} else {
// Turn on display
_display->turnOn();
_need_refresh = true;
}
_need_refresh = true;
_auto_off = millis() + AUTO_OFF_MILLIS; // extend auto-off timer
}
}