MULTILINE FIX BETA, SET COLORS TO MASTER BRANCHES
This commit is contained in:
parent
252e97f139
commit
432ccdca90
@ -972,7 +972,7 @@ void displayLines() {
|
|||||||
tft.print(kicker);
|
tft.print(kicker);
|
||||||
cursorY += CHAR_HEIGHT;
|
cursorY += CHAR_HEIGHT;
|
||||||
} else if (line.startsWith("MODE ")) {
|
} else if (line.startsWith("MODE ")) {
|
||||||
tft.setTextColor(TFT_YELLOW);
|
tft.setTextColor(TFT_BLUE);
|
||||||
tft.print("MODE ");
|
tft.print("MODE ");
|
||||||
String modeChange = line.substring(5);
|
String modeChange = line.substring(5);
|
||||||
tft.setTextColor(TFT_WHITE);
|
tft.setTextColor(TFT_WHITE);
|
||||||
|
Loading…
Reference in New Issue
Block a user