From 25116bca875fa50df9c62cf736031d7be5da6b60 Mon Sep 17 00:00:00 2001 From: Mitchell M Date: Sun, 11 Aug 2024 23:26:42 -0500 Subject: [PATCH] update yellow color (untested) --- main/steps/step1.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/steps/step1.cpp b/main/steps/step1.cpp index e03d7dd..6734491 100644 --- a/main/steps/step1.cpp +++ b/main/steps/step1.cpp @@ -66,7 +66,7 @@ static void init_step(void) { // rgb565 lv_color_t green = { .full = 0x0640 }; lv_color_t red = { .full = 0xf800 }; - lv_color_t yellow = { .full = 0xffad }; + lv_color_t yellow = { .full = 0xfe80 }; lv_color_t blue = { .full = 0x045f }; lv_style_init(&green_text);