8 #ifndef _GUISLICE_TH_XPT2046_H_ 9 #define _GUISLICE_TH_XPT2046_H_ 13 #include <XPT2046_touch.h> XPT2046_touch touchDriver
Definition: GUIslice_th_XPT2046.h:47
THPoint getPoint(void)
Definition: GUIslice_th_XPT2046.h:34
Definition: GUIslice_th_XPT2046.h:15
void begin(void)
Definition: GUIslice_th_XPT2046.h:28
void setSwapFlip(bool _swapXY, bool _flipX, bool _flipY)
Definition: GUIslice_th.cpp:50
TouchHandler_XPT2046(SPIClass &spi, uint8_t spi_cs_pin)
Definition: GUIslice_th_XPT2046.h:20
void setCalibration(uint16_t ts_xMin, uint16_t ts_xMax, uint16_t ts_yMin, uint16_t ts_yMax)
Definition: GUIslice_th.cpp:42
SPIClass spi
Definition: GUIslice_th_XPT2046.h:44
Definition: GUIslice_th.h:16
THPoint scale(THPoint pIn)
Definition: GUIslice_th.cpp:57
Definition: GUIslice_th.h:31