Files
luban-lite-t3e-pro/packages/artinchip/lvgl-apps/lv_tpc_run.h
刘可亮 aaa66c7b20 V1.0.1
2023-11-09 20:19:51 +08:00

29 lines
420 B
C

/*
* Copyright (c) 2022-2023, ArtInChip Technology Co., Ltd
*
* SPDX-License-Identifier: Apache-2.0
*
*/
#ifndef LV_TPC_RUN
#define LV_TPC_RUN
#ifdef __cplusplus
extern "C" {
#endif
#include <rtconfig.h>
#ifdef KERNEL_RTTHREAD
#include <rtthread.h>
#include <rtdevice.h>
int tpc_run(const char *name, rt_uint16_t x, rt_uint16_t y);
#endif
#ifdef __cplusplus
} /* extern "C" */
#endif
#endif /* LV_TPC_RUN */