lvgl ui support AiUIBuilder

This commit is contained in:
刘可亮
2024-11-26 13:23:39 +08:00
parent e4a45f6b7d
commit a89bc72654
57 changed files with 530 additions and 110 deletions

View File

@@ -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();
}