feat(property): add property name (#6329)

Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
This commit is contained in:
Neo Xu
2024-06-20 00:06:16 +08:00
committed by GitHub
parent 147ac8ec72
commit 438e943937
24 changed files with 857 additions and 42 deletions
+8
View File
@@ -626,6 +626,14 @@ menu "LVGL configuration"
bool "Use obj property set/get API"
default n
config LV_USE_OBJ_PROPERTY_NAME
bool "Use name to access property"
default n
depends on LV_USE_OBJ_PROPERTY
help
Add a name table to every widget class, so the property can be accessed by name.
Note, the const table will increase flash usage.
config LV_USE_VG_LITE_THORVG
bool "VG-Lite Simulator"
default n