mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 17:18:56 +00:00
lvgl ui support AiUIBuilder
This commit is contained in:
@@ -1065,3 +1065,8 @@ void base_ui_init()
|
||||
|
||||
lv_obj_add_event_cb(main_tabview, main_tapview_event, LV_EVENT_ALL, NULL);
|
||||
}
|
||||
|
||||
void ui_init(void)
|
||||
{
|
||||
base_ui_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user