Hi ,
We are trying to connect 7" Resistive touch screen display with colibri IMX7(voila plus). when we touch the screen touch pointer are not visible at all. we tried to calibrate touch screen using Xinput_calibrator but we are unable to touch second cross pointer(right corner). when we using ts_calibrate, we can calibrate the touchscreen(value change in /etc/pointercal) but touch screen still not works with toradex desktop. By using ts_test, touch screen is works fine.
root@colibri-imx7:~# ts_calibrate
xres = 800, yres = 480
Took 5 samples…
Top left : X = 3699 Y = 3505
Took 6 samples…
Top right : X = 280 Y = 3498
Took 7 samples…
Bot right : X = 293 Y = 497
Took 5 samples…
Bot left : X = 3738 Y = 499
Took 9 samples…
Center : X = 2002 Y = 1995
811.934631 -0.203957 -0.001766
492.551208 0.000166 -0.126517
Calibration constants: 53210948 -13366 -115 32279836 10 -8291 65536
And We enabled AD7879-1 driver for touchscreen input. still touch input not working.