ci(build): in minimal config use default theme disabled, basic theme enabled
fixes: #4111
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user