Position of time display shifted down 1px

rtc
g7uhn 2020-12-30 18:17:06 +00:00
rodzic a05eac7117
commit 432b85c4ee
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -364,7 +364,7 @@ void loop() // MAIN LOOP
// Format and print time
char buffer[6]=""; // This is the buffer for the string the sprintf outputs to
sprintf(buffer, "%02d:%02d", hh, mm);
display.setCursor(27, 11);
display.setCursor(27, 12);
display.print(buffer);
// Calculate time value (either uptime or UTC if GPS expansion has updated the values)