mirror of
https://github.com/lvgl/lvgl.git
synced 2026-06-02 01:18:04 +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
|
config LV_USE_WIN
|
||||||
bool "Win"
|
bool "Win"
|
||||||
default y if !LV_CONF_MINIMAL
|
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
|
endmenu
|
||||||
|
|
||||||
menu "Themes"
|
menu "Themes"
|
||||||
@@ -2253,6 +2259,10 @@ menu "LVGL configuration"
|
|||||||
bool "vector graphic demo"
|
bool "vector graphic demo"
|
||||||
default n
|
default n
|
||||||
depends on LV_USE_VECTOR_GRAPHIC
|
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
|
config LV_USE_DEMO_SMARTWATCH
|
||||||
bool "Smartwatch demo"
|
bool "Smartwatch demo"
|
||||||
config LV_USE_DEMO_EBIKE
|
config LV_USE_DEMO_EBIKE
|
||||||
|
|||||||
Reference in New Issue
Block a user