mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-27 20:57:01 +08:00
feat(property): add property name (#6329)
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user