Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- void loop() {
- tft.setFreeFont(FSB18);
- tft.setTextSize(2);
- tft.setTextColor(TFT_BLACK,TFT_BLACK);
- tft.drawCentreString(ido, 160, 90, GFXFF);
- timeClient.update();
- ido = timeClient.getFormattedTime();
- tft.setFreeFont(FSB18);
- tft.setTextSize(2);
- tft.setTextColor(TFT_WHITE,TFT_BLACK);
- tft.drawCentreString(ido, 160, 90, GFXFF);
- delay(1000);
- }
Advertisement
Add Comment
Please, Sign In to add comment