Hi !
I would like to use the touch screen lib from my EZSDK, but when i try this on my target:
/usr/bin/ts_calibrate
I have an error: ts_open: No such file or directory
So i looked everywhere on the internet, and i found how to download/install and use the lib when don't have it....but in my case, this lib is already configure for my target (or i hope so).
Following this link, i looked at my environment variable, and TSLIB_TSDEVICE value was: /dev/input/touchscreen0
On my target there is no existing /dev/input/touchscreen0 file, so i create one, which give me another error:
tslib: Selected device is not a Linux input event device
Well, i could loose a lot of time... so i wonder do you know how should i do to use the touch screen lib ?
Thank you for your help,
Bat