lv_layout.h
Enums
Functions
-
void _lv_layout_init(void)
-
void _lv_layout_deinit(void)
-
uint32_t lv_layout_register(lv_layout_update_cb_t cb, void *user_data)
Register a new layout
- 参数:
cb -- the layout update callback
user_data -- custom data that will be passed to
cb
- 返回:
the ID of the new layout
-
struct lv_layout_dsc_t