BigW Consortium Gitlab

Commit af2b6f80 by Gabor Kiss-Vamosi

update default screen style to white baclground

parent 7f6bdbe6
......@@ -71,8 +71,8 @@ void lv_style_init (void)
lv_style_scr.ccolor = COLOR_MAKE(0x20, 0x20, 0x20);
lv_style_scr.opa = OPA_COVER;
lv_style_scr.mcolor = COLOR_MAKE(0xc9, 0xdb, 0xee);
lv_style_scr.gcolor = COLOR_MAKE(0x4d, 0x91, 0xd5);
lv_style_scr.mcolor = COLOR_WHITE;
lv_style_scr.gcolor = COLOR_WHITE;
lv_style_scr.bcolor = COLOR_BLACK;
lv_style_scr.scolor = COLOR_GRAY;
lv_style_scr.radius = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment