Fix display formatting for 3.5inch

This commit is contained in:
Just Call Me Koko
2025-10-03 15:39:30 -04:00
parent a1f4c9dc28
commit 0e1a289678
3 changed files with 71 additions and 71 deletions

View File

@@ -399,7 +399,7 @@ void Display::touchToExit()
{
tft.setTextColor(TFT_BLACK, TFT_LIGHTGREY);
tft.fillRect(0,32,HEIGHT_1,16, TFT_LIGHTGREY);
tft.drawCentreString(text11,120,32,2);
tft.drawCentreString(text11,TFT_WIDTH / 2,32,2);
}