From 432ccdca90145008b59c7ec1ba9357f2d244136d Mon Sep 17 00:00:00 2001 From: imnotacoder-eeeee Date: Wed, 29 May 2024 21:35:51 -0400 Subject: [PATCH] MULTILINE FIX BETA, SET COLORS TO MASTER BRANCHES --- src/main.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.ino b/src/main.ino index 7c36986..094aa4c 100644 --- a/src/main.ino +++ b/src/main.ino @@ -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);