acid-drop

- Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.acid.vegas/-c.git
Log | Files | Refs | Archive | README | LICENSE

commit 432ccdca90145008b59c7ec1ba9357f2d244136d
parent 252e97f139aad9cd1b63b69c72b00f564d1cb389
Author: imnotacoder-eeeee <js7212805@gmail.com>
Date: Wed, 29 May 2024 21:35:51 -0400

MULTILINE FIX BETA, SET COLORS TO MASTER BRANCHES

Diffstat:
Msrc/main.ino | 2+-

1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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);