2022-03-29 07:10:35 +08:00
|
|
|
/*
|
2022-09-12 19:36:11 +08:00
|
|
|
* Copyright (c) 2006-2022, RT-Thread Development Team
|
2022-03-29 07:10:35 +08:00
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*
|
|
|
|
* Change Logs:
|
|
|
|
* Date Author Notes
|
|
|
|
* 2022-02-25 Wayne the first version
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef __ILI_H__
|
|
|
|
#define __ILI_H__
|
|
|
|
|
2023-03-24 23:47:28 +08:00
|
|
|
#include <rtdevice.h>
|
2022-03-29 07:10:35 +08:00
|
|
|
|
|
|
|
int rt_hw_ili_tpc_init(const char *name, struct rt_touch_config *cfg);
|
|
|
|
|
|
|
|
#endif /* ili2130.h */
|