From 77e8116d544bfe1512056e217f0fd7284ce8a1ce Mon Sep 17 00:00:00 2001 From: Marc Pasteur Date: Sun, 1 Mar 2026 21:14:35 +0100 Subject: [PATCH] bg (cherry picked from commit a84b935d41b012d8f4349df37f5e37f4e2de47be) --- components/domotic_display/ihm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/domotic_display/ihm.c b/components/domotic_display/ihm.c index 8e1c1ee..fcd4937 100644 --- a/components/domotic_display/ihm.c +++ b/components/domotic_display/ihm.c @@ -446,7 +446,8 @@ 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 .... */ /* Label */