Files
luban-lite/packages/artinchip/lvgl-ui/aic_demo/qc_test/qc_demo.c
刘可亮 0ef85b55da v1.1.0
2024-09-30 17:06:01 +08:00

18 lines
289 B
C

/*
* Copyright (c) 2022-2023, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
* Authors: Zequan Liang <zequan.liang@artinchip.com>
*/
#include "qc_demo.h"
#include "lvgl.h"
extern void lv_qc_test_init(void);
void qc_test_init()
{
lv_qc_test_init();
}