|
@@ -270,6 +270,7 @@ int easylvgl_switch_set_on_change(lv_obj_t *sw, int callback_ref); //设置改
|
|
|
*/
|
|
*/
|
|
|
lv_obj_t *easylvgl_container_create_from_config(void *L, int idx);
|
|
lv_obj_t *easylvgl_container_create_from_config(void *L, int idx);
|
|
|
int easylvgl_container_set_color(lv_obj_t *container, uint32_t color); //设置背景颜色
|
|
int easylvgl_container_set_color(lv_obj_t *container, uint32_t color); //设置背景颜色
|
|
|
|
|
+int easylvgl_container_set_hidden(lv_obj_t *container, bool hidden); //设置隐藏状态
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* Table 组件创建
|
|
* Table 组件创建
|