LCD TS_State.touchDetected x,y problem
Posted on April 15, 2018 at 18:38so i was simply trying to test a touche in a specifique spot like this : if(TS_State.touchDetected) { /* Get X and Y position of the touch post calibrated */ x = TS_State.touchX[0]; y = TS_State.touchY[0]; radius = T...