build(kconfig): add 3d texture and gltf configs (#9132)

This commit is contained in:
André Costa
2025-10-30 16:55:03 +01:00
committed by GitHub
parent c69191b7f6
commit 382e6982fa
+10
View File
@@ -1265,6 +1265,12 @@ menu "LVGL configuration"
config LV_USE_WIN
bool "Win"
default y if !LV_CONF_MINIMAL
config LV_USE_3DTEXTURE
bool "3D Texture"
depends on LV_USE_DRAW_OPENGLES
config LV_USE_GLTF
bool "glTF support"
depends on LV_USE_3DTEXTURE
endmenu
menu "Themes"
@@ -2253,6 +2259,10 @@ menu "LVGL configuration"
bool "vector graphic demo"
default n
depends on LV_USE_VECTOR_GRAPHIC
config LV_USE_DEMO_GLTF
bool "glTF demo"
default n
depends on LV_USE_GLTF
config LV_USE_DEMO_SMARTWATCH
bool "Smartwatch demo"
config LV_USE_DEMO_EBIKE