Disable empty theme

This commit is contained in:
fvanroie 2021-01-28 22:36:44 +01:00
parent d29680b3ac
commit 84a1a6605c

View File

@ -412,7 +412,7 @@ typedef void* lv_font_user_data_t;
#define LV_THEME_DEFAULT_FONT_TITLE LV_FONT_DEFAULT // &lv_font_montserrat_28_compressed
#endif
#define LV_USE_THEME_EMPTY 1
#define LV_USE_THEME_EMPTY 0
#define LV_USE_THEME_TEMPLATE 0
#define LV_USE_THEME_HASP 1