Fix mini SD update display text

This commit is contained in:
Just Call Me Koko
2024-02-24 20:23:32 -05:00
parent 4ea3166f1a
commit 194549427a
2 changed files with 3 additions and 3 deletions

View File

@@ -161,7 +161,7 @@ void SDInterface::runUpdate() {
#ifdef HAS_SCREEN
display_obj.tft.setTextWrap(false);
display_obj.tft.setFreeFont(NULL);
display_obj.tft.setCursor(0, 100);
display_obj.tft.setCursor(0, TFT_HEIGHT / 3);
display_obj.tft.setTextSize(1);
display_obj.tft.setTextColor(TFT_WHITE);