mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-16 11:28:54 +00:00
lvgl ui support AiUIBuilder
This commit is contained in:
@@ -44,3 +44,8 @@ void gif_ui_init()
|
||||
lv_obj_add_event_cb(img, gif_event, LV_EVENT_ALL, NULL);
|
||||
printf("gif_ini_ok\n");
|
||||
}
|
||||
|
||||
void ui_init(void)
|
||||
{
|
||||
gif_ui_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user