Touchscreen code?

rj326
Hi,

Could someone point me to some documentation / sample code for accessing
the touch screen driver?

At this point, I just want to open it in the console (ie, not in qt or
whatever) and read the coordinates of the cursor / scan for presses or
something to that effect.

Can't seem to find a smidgeon of information on this.

Thanks

gene.sally
The touchscreen data comes in on two of the analog GPIO ports.  Getting
this data is a little dicey from userland.  The raw data can be accessed
from the /dev/event0 device node.  You'll probably want to use something
like tslib (http://tslib.berlios.de/) to get readings from the touchscreen.

Regards,
gene

lalitha
hello,
 I want to use touchscreen Linux but not getting how to do?? can anyone
help me???

Irinel
Does somebody know how to get the (x,y) coordinates from finger touch in C
language ?

Thanks