1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

update default screen style to white baclground

This commit is contained in:
Gabor Kiss-Vamosi 2017-10-11 09:10:47 +02:00
parent 7f6bdbe6eb
commit af2b6f8034

View File

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