fix(codespace): enable builtin OBJID feature (#6417)

This commit is contained in:
Gabor Kiss-Vamosi
2024-07-01 14:24:52 +02:00
committed by GitHub
parent 38b01956e3
commit 27692a3ca1

View File

@@ -288,13 +288,13 @@
#define LV_OBJ_STYLE_CACHE 1 #define LV_OBJ_STYLE_CACHE 1
/* Add `id` field to `lv_obj_t` */ /* Add `id` field to `lv_obj_t` */
#define LV_USE_OBJ_ID 0 #define LV_USE_OBJ_ID 1
/* Automatically assign an ID when obj is created */ /* Automatically assign an ID when obj is created */
#define LV_OBJ_ID_AUTO_ASSIGN 1 #define LV_OBJ_ID_AUTO_ASSIGN 1
/* Use lvgl builtin method for obj ID */ /* Use lvgl builtin method for obj ID */
#define LV_USE_OBJ_ID_BUILTIN 0 #define LV_USE_OBJ_ID_BUILTIN 1
/*Use obj property set/get API*/ /*Use obj property set/get API*/
#define LV_USE_OBJ_PROPERTY 0 #define LV_USE_OBJ_PROPERTY 0