ft6x06_TS_GetXY() function
Get the touch screen X and Y positions values Manage multi touch thanks to touch Index global variable 'ft6x06_handle.currActiveTouchIdx'.
Syntax
void ft6x06_TS_GetXY(uint16_t DeviceAddr,
uint16_t *X,
uint16_t *Y);
Arguments
DeviceAddr
Device address on communication Bus.
X
Pointer to X position value
Y
Pointer to Y position value
Return value
None.