mfxstm32l152_TS_GetXY() function
Get the touch screen X and Y positions values
Syntax
void mfxstm32l152_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.