Files
luban-lite-t3e-pro/packages/artinchip/lvgl-ui/aic_demo/meter_demo/meter_ui.h

23 lines
326 B
C
Raw Normal View History

2023-08-30 16:21:18 +08:00
/*
2024-11-26 13:23:39 +08:00
* Copyright (C) 2022-2024, ArtInChip Technology Co., Ltd
2024-09-03 11:16:08 +08:00
*
* SPDX-License-Identifier: Apache-2.0
*
2023-08-30 16:21:18 +08:00
* Authors: Ning Fang <ning.fang@artinchip.com>
*/
#ifndef METER_UI_H
#define METER_UI_H
#ifdef __cplusplus
extern "C" {
#endif
void meter_ui_init();
#ifdef __cplusplus
} /*extern "C"*/
#endif
#endif //METER_UI_H