Fix for simulator build and improve ESP-IDF build (#432)

This commit is contained in:
Ken Van Hoeylandt
2025-12-22 21:16:51 +01:00
committed by GitHub
parent 6c4a9975a4
commit 134e0b34b6
5 changed files with 12 additions and 6 deletions
+4 -2
View File
@@ -167,7 +167,7 @@
#define LV_USE_DRAW_DAVE2D 0
/* Draw using cached SDL textures*/
#define LV_USE_DRAW_SDL 0
#define LV_USE_DRAW_SDL 1
/* Use VG-Lite GPU. */
#define LV_USE_DRAW_VG_LITE 0
@@ -902,12 +902,14 @@
*==================*/
/*Enable the examples to be built with the library*/
#define LV_BUILD_EXAMPLES 1
#define LV_BUILD_EXAMPLES 0
/*===================
* DEMO USAGE
====================*/
#define LV_BUILD_DEMOS 0
/*Show some widget. It might be required to increase `LV_MEM_SIZE` */
#define LV_USE_DEMO_WIDGETS 0
#if LV_USE_DEMO_WIDGETS