Hi All,
I try now for two weeks to make my 7inch touchscreen working on BBB.
You can find here a small video showing the problem and oscilloscope measurement on Sense on X and Y axis, the cursor moves everywhere.
My 4wire resistive touchscreen uses BB-BONE-LCD7-01-A003.dts .
Linux kernel version is .4.19.
I measured X plate resistance of 714ohm. Y resistance is 218 ohm.
I update X resistance value to 714 in the dts file. Wiring is x+an0, x- an1, y+ an2, y- an3.
As cursor moves everywhere, I am not able to do the calibration with the software that launch at start.
One line i don't understand in dts is :
ti,adc-channels = <4 5 6 7>;
Cause in all schematics i see of touchscreen for bbb, all uses an0,1,2,3 as adc channel. Moreover, it is not possible to use AN7 on BBB becase of a resistor divider on the line...
Thanks for your help or any comment ☺