update yellow color (untested)
This commit is contained in:
parent
a7b22343fe
commit
25116bca87
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user