Subsecond accuracy NTP

This commit is contained in:
cschwinne
2021-05-24 19:05:34 +02:00
parent b455f432d5
commit 852f758be3
4 changed files with 17 additions and 10 deletions

View File

@@ -40,9 +40,10 @@ class ElekstubeIPSUsermod : public Usermod {
void setup() {
tfts.begin();
tfts.fillScreen(TFT_BLACK);
tfts.setTextColor(TFT_WHITE, TFT_BLACK);
tfts.setCursor(0, 100, 2);
tfts.println("<STARTUP>");
for (int8_t i = 5; i >= 0; i--) {
tfts.setDigit(i, 255, TFTs::force); //turn all off
}
}
void loop() {