mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
Fix for simulator SDL settings (#433)
This commit is contained in:
parent
134e0b34b6
commit
261796068e
@ -106,7 +106,6 @@ if (NOT DEFINED ENV{ESP_IDF_VERSION})
|
|||||||
# LVGL
|
# LVGL
|
||||||
set(CONFIG_LV_BUILD_DEMOS OFF CACHE BOOL "" FORCE)
|
set(CONFIG_LV_BUILD_DEMOS OFF CACHE BOOL "" FORCE)
|
||||||
set(CONFIG_LV_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
|
set(CONFIG_LV_BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
|
||||||
set(CONFIG_LV_USE_DRAW_SDL ON CACHE BOOL "" FORCE)
|
|
||||||
add_subdirectory(Libraries/lvgl) # Added as idf component for ESP and as library for other targets
|
add_subdirectory(Libraries/lvgl) # Added as idf component for ESP and as library for other targets
|
||||||
target_link_libraries(lvgl PRIVATE SDL2-static)
|
target_link_libraries(lvgl PRIVATE SDL2-static)
|
||||||
|
|
||||||
|
|||||||
@ -167,7 +167,7 @@
|
|||||||
#define LV_USE_DRAW_DAVE2D 0
|
#define LV_USE_DRAW_DAVE2D 0
|
||||||
|
|
||||||
/* Draw using cached SDL textures*/
|
/* Draw using cached SDL textures*/
|
||||||
#define LV_USE_DRAW_SDL 1
|
#define LV_USE_DRAW_SDL 0
|
||||||
|
|
||||||
/* Use VG-Lite GPU. */
|
/* Use VG-Lite GPU. */
|
||||||
#define LV_USE_DRAW_VG_LITE 0
|
#define LV_USE_DRAW_VG_LITE 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user