work without theme

This commit is contained in:
marc 2025-11-15 19:47:07 +01:00
parent 1fea5e284d
commit 430f1c90fd
2 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,3 @@
#include "lv_theme_domotic.h"
#include "ihm.h" #include "ihm.h"
#include "misc/lv_types.h" #include "misc/lv_types.h"
#include "esp_log.h" #include "esp_log.h"
@ -330,9 +329,6 @@ void app_main_display()
lv_subject_init_pointer(&forecastH3Subj, &d1); lv_subject_init_pointer(&forecastH3Subj, &d1);
lv_theme_t * th = lv_theme_domotic_init(lv_display_get_default());
lv_display_set_theme(lv_disp_get_default(), th); /* Assign theme to display */
//lv_subject_init_string(&dateHeureSubj, dateHeureStr, NULL, 64, "--"); //lv_subject_init_string(&dateHeureSubj, dateHeureStr, NULL, 64, "--");
lv_style_init(&no_padding); lv_style_init(&no_padding);

View File

@ -1,5 +1,5 @@
set(LV_BUILD_USE_KCONFIG ON) set(LV_BUILD_USE_KCONFIG ON)
idf_component_register(SRCS "test_ihm.c" "../../ihm.c" "driver_backends.c" "sdl.c" "../../lv_theme_domotic.c" idf_component_register(SRCS "test_ihm.c" "../../ihm.c" "driver_backends.c" "sdl.c"
INCLUDE_DIRS INCLUDE_DIRS
"../../include" "../../include"
WHOLE_ARCHIVE WHOLE_ARCHIVE