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