Everything is saved into EEPROM (including sequences) on change, no need to press play/stop
This commit is contained in:
@ -363,5 +363,11 @@ void updateScreen() {
|
||||
}
|
||||
}
|
||||
|
||||
if (!isPlaying) {
|
||||
u8g2.drawUTF8(121, yPos, "t");
|
||||
} else {
|
||||
u8g2.drawUTF8(122, yPos, "r");
|
||||
}
|
||||
|
||||
} while ( u8g2.nextPage() );
|
||||
}
|
||||
Reference in New Issue
Block a user