fix compat linux
This commit is contained in:
parent
9d31148d21
commit
f871b76ca2
@ -194,7 +194,9 @@ static void create_ui(void*)
|
||||
bool suspended;
|
||||
void suspendIHM(){
|
||||
suspended=true;
|
||||
#if CONFIG_IDF_TARGET_ESP32P4
|
||||
lvgl_port_stop();
|
||||
#endif
|
||||
}
|
||||
void drawIhm(void *param) {
|
||||
// Init display + LVGL
|
||||
@ -443,7 +445,7 @@ void app_main_display()
|
||||
// lv_label_bind_text(mqtt, &mqttStatus, "Mqtt %d");
|
||||
|
||||
lv_obj_t *scr = lv_scr_act();
|
||||
lv_obj_add_style(scr, &style_gradient, 0);
|
||||
//lv_obj_add_style(scr, &style_gradient, 0);
|
||||
|
||||
/* Your LVGL objects code here .... */
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user