From e846d91cc0963230ca270022cb287cb15f0ec633 Mon Sep 17 00:00:00 2001 From: fvanroie Date: Thu, 31 Dec 2020 02:50:59 +0100 Subject: [PATCH] Add empty theme --- include/lv_conf_v7.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/lv_conf_v7.h b/include/lv_conf_v7.h index 8939161f..a1690534 100644 --- a/include/lv_conf_v7.h +++ b/include/lv_conf_v7.h @@ -407,7 +407,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 0 +#define LV_USE_THEME_EMPTY 1 #define LV_USE_THEME_TEMPLATE 0 #define LV_USE_THEME_HASP 1