MULTILINE FIX BETA, SET COLORS TO MASTER BRANCHES

This commit is contained in:
If you know this, you a cool guy 2024-05-29 21:35:51 -04:00
parent 252e97f139
commit 432ccdca90
1 changed files with 1 additions and 1 deletions

View File

@ -972,7 +972,7 @@ void displayLines() {
tft.print(kicker);
cursorY += CHAR_HEIGHT;
} else if (line.startsWith("MODE ")) {
tft.setTextColor(TFT_YELLOW);
tft.setTextColor(TFT_BLUE);
tft.print("MODE ");
String modeChange = line.substring(5);
tft.setTextColor(TFT_WHITE);