ili.h 362 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2006-2018, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2022-02-25 Wayne the first version
  9. */
  10. #ifndef __ILI_H__
  11. #define __ILI_H__
  12. #include "touch.h"
  13. int rt_hw_ili_tpc_init(const char *name, struct rt_touch_config *cfg);
  14. #endif /* ili2130.h */