Fix for simulator SDL settings (#433)

This commit is contained in:
Ken Van Hoeylandt
2025-12-22 22:35:59 +01:00
committed by GitHub
parent 134e0b34b6
commit 261796068e
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -167,7 +167,7 @@
#define LV_USE_DRAW_DAVE2D 0
/* Draw using cached SDL textures*/
#define LV_USE_DRAW_SDL 1
#define LV_USE_DRAW_SDL 0
/* Use VG-Lite GPU. */
#define LV_USE_DRAW_VG_LITE 0