Touch functions - Ambercroft/TFT_eSPI GitHub Wiki
Touch functions
getTouchRaw(); KEYWORD2
getTouchRawZ(); KEYWORD2
convertRawXY(); KEYWORD2
getTouch(uint16_t &X0, uint16_t &Y0));
Check if there has been a touch.
- X0 >> X position stored here.
- Y0 >> Y position stored here.
calibrateTouch(uint16_t Data[5],Colour,Colour, ?);
setTouch(); KEYWORD2
SORT ME
Put function here if uncertain the position to be placed on page.