update yellow color (untested)

This commit is contained in:
Mitchell Marino 2024-08-11 23:26:42 -05:00
parent a7b22343fe
commit 25116bca87

View File

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