Moved displayABCkeys to once on Arduino setup

rtc
g7uhn 2020-11-26 23:01:48 +00:00
rodzic 72e0bd5ace
commit a8cf70d13e
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -178,6 +178,9 @@ void setup(void)
// Display the soft keys by calling changePage()
changePage();
// Update the ABC keys
displayABCkeys();
// write to display
display.display();
@ -392,9 +395,6 @@ else
display.drawFastVLine(81, 21, 9, WHITE);
}
// Update the ABC keys
displayABCkeys();
// Timed backlight countdown operation
if(timedBacklight == true)
{