mirror of
https://gitee.com/Vancouver2017/luban-lite.git
synced 2025-12-16 09:08:56 +00:00
lvgl ui support AiUIBuilder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2022-2024, ArtInChip Technology Co., Ltd
|
||||
* Copyright (C) 2022-2024, ArtInChip Technology Co., Ltd
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*
|
||||
@@ -625,3 +625,8 @@ void meter_ui_init()
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
void ui_init(void)
|
||||
{
|
||||
meter_ui_init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user