Hi all,

Iam using imx31 on my custom board.

Iam using the latest PDK(3stack) board ,android bsp as my reference.

Iam able to make android up on my taget.

All the drivers (keypad ,LCD etc) are up other then touch screen.

On our custom baord iam using the LCD with resoultion(320X240).

I tried calling "getevent" command and iam able to see the touch
events.

Well input is accepted, but no respond from the GUI. Apart from the
MENU
ICON faded,on my custom board..

I have added the patch code in my mxc_ts.c.

Since my lcd resloution is (320X240) where as the 3stack lcd
resoultion is (640X480)
the predefined values define below are correct.

#define X_AXIS_MAX 1000
+#define X_AXIS_MIN 80
+#define Y_AXIS_MAX 1000
+#define Y_AXIS_MIN 80

Is there any way to calibrate my touch calibration of my lcd.

The kernel iam using 2.6.26.

Please provide me some suggestions to overcome this problem.

Regards,
Muneendra.




--~--~---------~--~----~------------~-------~--~----~
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to