ci(build): in minimal config use default theme disabled, basic theme enabled

fixes: #4111
This commit is contained in:
Gabor Kiss-Vamosi
2023-04-06 09:10:56 +02:00
parent 401f2dba27
commit efa02eca24
2 changed files with 4 additions and 3 deletions

View File

@@ -33,9 +33,7 @@
#include "../draw/nxp/lv_gpu_nxp.h"
#endif
#if LV_USE_THEME_DEFAULT
#include "../themes/default/lv_theme_default.h"
#endif
#include "../themes/lv_themes.h"
/*********************
* DEFINES

View File

@@ -13,6 +13,9 @@
#define LV_BUILD_EXAMPLES 1
#define LV_USE_THEME_BASIC 1
#define LV_USE_THEME_DEFAULT 0
#define LV_USE_PNG 1
#define LV_USE_BMP 1
#define LV_USE_GIF 1