lv_layout.h
Enums
Functions
-
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
Enums
Functions
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