Hi, i have two problems with my touchscreen :
- I want to get the x,y,z coordinates
- I want to increase the threshold and gain of the touch
During the initializations phase i get the folowing message:
With the command cat /dev/input/event1 i get binary data when i touch the screen so the device is mapped with the handler event1 and the driver seems to be the ft5x06_ts.c
Is this correct?
How can i do what i want?
Thank you in advance