bg
(cherry picked from commit a84b935d41b012d8f4349df37f5e37f4e2de47be)
This commit is contained in:
parent
0de95c5386
commit
77e8116d54
@ -446,6 +446,7 @@ void app_main_display()
|
||||
|
||||
lv_obj_t *scr = lv_scr_act();
|
||||
//lv_obj_add_style(scr, &style_gradient, 0);
|
||||
lv_obj_set_style_bg_color(scr,lv_color_darken(lv_color_make(0x9B, 0x18, 0x42), LV_OPA_40),0);
|
||||
|
||||
/* Your LVGL objects code here .... */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user