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);