From 97bf116c895fb4f350edc658b0ad36c3ae992816 Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Thu, 20 Feb 2025 07:51:13 -0700 Subject: [PATCH] reverted pallet --- lib/lcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lcd.c b/lib/lcd.c index ecbf290..64f64d3 100644 --- a/lib/lcd.c +++ b/lib/lcd.c @@ -4,7 +4,7 @@ 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() { return &ctx;