reverted pallet

This commit is contained in:
Samuel Walker 2025-02-20 07:51:13 -07:00
parent 5da4219f09
commit 97bf116c89

View File

@ -4,7 +4,7 @@
static lcd_context ctx; static lcd_context ctx;
static unsigned long colors_default[4] = {0xFF9ABB1B, 0xFF8AAB19, 0xFF2F6130, 0xFF0E370F}; static unsigned long colors_default[4] = {0xFFFFFFFF, 0xFFAAAAAA, 0xFF555555, 0xFF000000};
lcd_context *lcd_get_context() { lcd_context *lcd_get_context() {
return &ctx; return &ctx;