Other Parts Discussed in Thread: AM3517, TSC2004, TVP5146, TCA6416, OMAP3525, OMAP3515, OMAP3530, OMAP3503
Hi Guys,
I am new to this forum.
I have a AM3517EVM board. The SDK has an 4"3 LCD 480x272 (SHARP LQ043T1DG01).
I develop a device based on AM2517SOM-M2 with linux-2.6.37-psp04.02.00.07 from LogicPD.
I am using 7" 800x480 TFT touch screen (SHARP LQ070Y3DG3B) in my device.
I am trying to recalibrate my TFT touch screen with ts_calibrate, but it is not work right.
The ts_calibrate took to less samples, then I press touch panel. It's look like the touch panel is sensitive too march.
So on, I can't calibrate my touchscreen.
I found some difference betwin caracteristics of LCDs (resistor between terminals, minimum tension for detecting e.t.c),
but I don't know there I must apply it in.
I run ts_calibrate for 3 times for example.
When I run ts_calibrate the values displayed on the screen are
--------------------------------------------------------------------------------------------------------------------------------------------------------
root@am3517-evm:~# ts_calibrate
xres = 800, yres = 480
Took 1 samples...
Top left : X = 19 Y = 41
Took 1 samples...
Top right : X = 20 Y = 44
Took 1 samples...
Bot right : X = 234 Y = 221
Took 1 samples...
Bot left : X = 233 Y = 220
Took 1 samples...
Center : X = 126 Y = 128
-1705.062500 -68.171875 81.968750
26.500000 2.130859 -0.429688
Calibration constants: -111742976 -4467712 5371904 1736704 139648 -28160 65536
root@am3517-evm:~# ts_calibrate
xres = 800, yres = 480
Took 3 samples...
Top left : X = 21 Y = 36
Took 1 samples...
Top right : X = 232 Y = 38
Took 1 samples...
Bot right : X = 232 Y = 38
Took 1 samples...
Bot left : X = 232 Y = 38
Took 1 samples...
Center : X = 124 Y = 130
-43.473633 2.199241 1.313601
-0.742859 1.193873 0.713099
Calibration constants: -2849088 144129 86088 -48684 78241 46733 65536
root@am3517-evm:~# ts_calibrate
xres = 800, yres = 480
Took 1 samples...
Top left : X = 19 Y = 36
Took 5 samples...
Top right : X = 18 Y = 39
Took 3 samples...
Bot right : X = 235 Y = 222
Took 1 samples...
Bot left : X = 20 Y = 214
Took 2 samples...
Center : X = 20 Y = 215
387.386841 2.447359 -0.964891
-17.010681 0.387369 1.603572
Calibration constants: 25387784 160390 -63235 -1114812 25386 105091 65536
--------------------------------------------------------------------------------------------------------------------------------------------------------
Can some one please help me understanding whats going wrong or what file(s) I need to modify.