mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-13 07:18:06 +08:00
build(kconfig): add 3d texture and gltf configs (#9132)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user