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

View File

@@ -367,6 +367,9 @@
/*Use obj property set/get API*/
#define LV_USE_OBJ_PROPERTY 0
/*Enable property name support*/
#define LV_USE_OBJ_PROPERTY_NAME 1
/* VG-Lite Simulator */
/*Requires: LV_USE_THORVG_INTERNAL or LV_USE_THORVG_EXTERNAL */
#define LV_USE_VG_LITE_THORVG 0