mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 11:57:48 +08:00
ci(build): in minimal config use default theme disabled, basic theme enabled
fixes: #4111
This commit is contained in:
+1
-3
@@ -33,9 +33,7 @@
|
|||||||
#include "../draw/nxp/lv_gpu_nxp.h"
|
#include "../draw/nxp/lv_gpu_nxp.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if LV_USE_THEME_DEFAULT
|
#include "../themes/lv_themes.h"
|
||||||
#include "../themes/default/lv_theme_default.h"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/*********************
|
/*********************
|
||||||
* DEFINES
|
* DEFINES
|
||||||
|
|||||||
@@ -13,6 +13,9 @@
|
|||||||
|
|
||||||
#define LV_BUILD_EXAMPLES 1
|
#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_PNG 1
|
||||||
#define LV_USE_BMP 1
|
#define LV_USE_BMP 1
|
||||||
#define LV_USE_GIF 1
|
#define LV_USE_GIF 1
|
||||||
|
|||||||
Reference in New Issue
Block a user