User Activity

I have an intermittent issue where the touch screen always returns touched. I've verified this by setting a breakpoint in BSP_TS_GetState (STM32TouchController.cpp) where TS_State->touchDetected = ft6x06_ts_drv.DetectTouch(I2C_Address); is always tru...