This commit is contained in:
2025-02-19 10:20:45 -07:00
parent 2ab09f9b4c
commit 89cfdb4d65
5 changed files with 43 additions and 21 deletions

View File

@ -4,7 +4,7 @@
static lcd_context ctx;
static unsigned long colors_default[4] = {0xFFFFFFFF, 0xFFAAAAAA, 0xFF555555, 0xFF000000};
static unsigned long colors_default[4] = {0xFF759833, 0xFF588F51, 0xFF3B7560, 0xFF2E615A};
lcd_context *lcd_get_context() {
return &ctx;