(cherry picked from commit a84b935d41b012d8f4349df37f5e37f4e2de47be)
This commit is contained in:
Marc Pasteur 2026-03-01 21:14:35 +01:00
parent 0de95c5386
commit 77e8116d54

View File

@ -446,7 +446,8 @@ void app_main_display()
lv_obj_t *scr = lv_scr_act(); lv_obj_t *scr = lv_scr_act();
//lv_obj_add_style(scr, &style_gradient, 0); //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 .... */ /* Your LVGL objects code here .... */
/* Label */ /* Label */