Started Rev 3 of hardware

This commit is contained in:
2023-07-24 12:49:13 +03:00
parent 68a001075c
commit 1a76552e12
4 changed files with 10 additions and 11 deletions

View File

@ -154,7 +154,7 @@ void updateScreen() {
display.setTextColor(SSD1306_WHITE);
}
display.setCursor(94, 1);
display.println(F("CLK"));
display.println(F("RND"));
if (menuItem == 1) {
display.setTextColor(SSD1306_BLACK);
} else {