SensorLib 0.5.0
Multi-platform sensor driver library for Arduino, PlatformIO, and ESP-IDF
Loading...
Searching...
No Matches
TouchDrv.hpp
Go to the documentation of this file.
1
30#pragma once
31
32#include "SensorBuildOpt.h"
33
34#if !SENSORLIB_EXCLUDE_TOUCH_COMMON
36#include "touch/TouchPoints.hpp"
37#endif
38
39#if !(SENSORLIB_EXCLUDE_TOUCH_CST226 && SENSORLIB_EXCLUDE_TOUCH_CST816 && SENSORLIB_EXCLUDE_TOUCH_CST92XX && SENSORLIB_EXCLUDE_TOUCH_CST3530 && SENSORLIB_EXCLUDE_TOUCH_CSTXXX)
40#include "TouchDrvCST.hpp"
41#endif
42
43#if !(SENSORLIB_EXCLUDE_TOUCH_GT911 && SENSORLIB_EXCLUDE_TOUCH_GT9895)
44#include "TouchDrvGoodix.hpp"
45#endif
46
47#if !SENSORLIB_EXCLUDE_TOUCH_FT6X36
48#include "TouchDrvFocalTech.hpp"
49#endif
50
51#if !SENSORLIB_EXCLUDE_TOUCH_HI8561
52#include "TouchDrvJadard.hpp"
53#endif
54
55#if !SENSORLIB_EXCLUDE_TOUCH_CHSC5816
56#include "TouchDrvChipshine.hpp"
57#endif
@license MIT License
@license MIT License
@license MIT License
@license MIT License
@license MIT License
@license MIT License
@license MIT License