Merge pull request #6 from smartykit/smartykit-video-with-ascii-art

Added ASCII art with Steve Jobs garage & SmartyKit logo as splash screen
This commit is contained in:
Computer construction kit SmartyKit 2022-04-27 22:14:54 +03:00 committed by GitHub
commit 248755d071
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