I've got a USB touch screen. I created my own driver that reports
BTN_TOUCH, ABS_X, ABS_Y, ABS_PRESSURE values. It's calibrated with the
steps following at this site: 
http://home.androidin.com/space.php?uid=17708&do=blog&id=21.

The pressure can't be acquired from the device so when BTN_TOUCH is 1,
ABS_PRESSURE will be around 60. When BTN_TOUCH is 0, ABS_PRESSURE is
0.

With the test application from the above site, I was getting good X
and Y values between 0 and about 900.

But all I'm getting inside Android is when I touch the screen
(anywhere), only the most upper notification bar gets a bit down. I
can't pull this down.

What's wrong here?

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

Reply via email to