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
Touchscreen code?
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