Skip to content

Commit

Permalink
SD Icon after Brucegotchi
Browse files Browse the repository at this point in the history
#548

Brucegotchi was changing text Datum to other value than default.
  • Loading branch information
bmorcelli committed Dec 12, 2024
1 parent d151c2b commit 1c0f58e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/display.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -502,6 +502,7 @@ void drawMainBorder(bool clear) {
tft.fillScreen(bruceConfig.bgColor);
}
setTftDisplay(12, 12, bruceConfig.priColor, 1, bruceConfig.bgColor);
tft.setTextDatum(0);

// if(wifiConnected) {tft.print(timeStr);} else {tft.print("BRUCE 1.0b");}

Expand Down

0 comments on commit 1c0f58e

Please sign in to comment.