BSP_TS_Init() function
Initializes and configures the touch screen functionalities and configures all necessary hardware resources (GPIOs, clocks..).
Syntax
uint8_t BSP_TS_Init(uint16_t xSize,
uint16_t ySize);
Arguments
xSize
Maximum X size of the TS area on LCD
ySize
Maximum Y size of the TS area on LCD
Return value
TS_OK if all initializations are OK. Other value if error.
Examples
BSP_TS_Init() is referenced by 6 libraries and example projects: