mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 10:58:54 +00:00
lvgl ui support AiUIBuilder
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
/*
|
||||
* Copyright (C) 2023-2024 ArtinChip Technology Co., Ltd.
|
||||
* Copyright (c) 2023-2024, ArtInChip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Authors: Ning Fang <ning.fang@artinchip.com>
|
||||
*/
|
||||
|
||||
@@ -383,3 +386,8 @@ void dashboard_ui_init()
|
||||
lv_timer_create(trip_callback, 1000 * 5, 0);
|
||||
lv_timer_create(signal_callback, 500, 0);
|
||||
}
|
||||
|
||||
void ui_init(void)
|
||||
{
|
||||
dashboard_ui_init();
|
||||
}
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
/*
|
||||
* Copyright (C) 2023-2024 ArtinChip Technology Co., Ltd.
|
||||
* Copyright (c) 2023-2024, ArtInChip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
* Authors: Ning Fang <ning.fang@artinchip.com>
|
||||
*/
|
||||
|
||||
|
||||
#ifndef DASHBOARD_H
|
||||
#define DASHBOARD_H
|
||||
|
||||
|
||||
@@ -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