This commit is contained in:
2026-02-15 16:57:55 +00:00
parent eb13bb7bf4
commit 435dbe67d9
8 changed files with 27 additions and 403 deletions

View File

@@ -47,7 +47,7 @@ void setup()
DEBUG_MSG("Rotation set");
// Print hello world on tft
tft.fillScreen(COLOR_BLACK);
tft.fillScreen(COLOR_RED);
tft.setTextColor(COLOR_WHITE);
tft.setTextSize(1);
tft.setCursor(10, 10);