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:
@@ -411,3 +411,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();
|
||||
}
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
@@ -0,0 +1,19 @@
|
||||
/*
|
||||
* Copyright (C) 2024 ArtInChip Technology Co., Ltd.
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* lv_conf_custom.h for custom lv_conf.h file
|
||||
* example :
|
||||
* #undef LV_USE_LOG
|
||||
* #define LV_USE_LOG 1
|
||||
*/
|
||||
|
||||
#ifndef LV_CONF_CUSTOM_H
|
||||
#define LV_CONF_CUSTOM_H
|
||||
|
||||
/* code begin */
|
||||
|
||||
/* code end */
|
||||
|
||||
#endif /* LV_CONF_CUSTOM_H */
|
||||
Reference in New Issue
Block a user