Update SmartyKit1_VideoDriverBasic_TFT2.8_TV.ino

Changed color scheme for ASCII art
This commit is contained in:
Computer construction kit SmartyKit 2022-04-27 22:09:29 +03:00 committed by GitHub
parent c5e455f6bf
commit 8bb0ded6c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ char madeWithLoveString[] = "Made with \x03 by Steve Wozniak";
// Woz OS console color scheme
#define CONSOLE_PROMPT_COLOR ILI9341_NAVY
#define CONSOLE_PROMPT_COLOR ILI9341_BLUE
#define CONSOLE_COLON_COLOR ILI9341_MAGENTA //ILI9341_PURPLE
#define CONSOLE_DOT_COLOR ILI9341_OLIVE