play button wakes up the screen now
This commit is contained in:
@ -319,7 +319,7 @@ void checkInputs() {
|
||||
resetClocks();
|
||||
playBtnPushed = true;
|
||||
saveState();
|
||||
lastInteractionTime = millis();
|
||||
updateScreen(); //to wake up the screen if turned off
|
||||
} else if (digitalRead(START_STOP_BTN_PIN) && playBtnPushed) {
|
||||
playBtnPushed = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user