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

@@ -0,0 +1,26 @@
/*
* Copyright (C) 2024 ArtInChip Technology Co., Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*
* Authors: ArtInChip
*/
#ifndef _UI_INIT_H
#define _UI_INIT_H
#ifdef __cplusplus
extern "C" {
#endif
#include <stdio.h>
#include "lvgl.h"
void ui_init(void);
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif // _UI_INIT_H