How to you "TouchDevice:/dev/touchscreen-1wire" on mini2440?? When I Run my application touchscreen doesnt responce. I use export QWS_MOUSE_PROTO="tslib:/dev/touchscreen-1wire Intellimouse:/dev/input/mice" Mouse works fine. I reffered http://www.friendlyarm.net/forum/topic/5609 this topics last part for one wire touchscreen. Any Help??
One wire touchscreen on mini2440
I ported 6410 one_wire_touchscreen driver to 2440, it works very fine, is Friendlyarm OK to give it? or mini2440_ts_drv.ko ?
Hi Ajit, I am facing the same problem. I referred http://www.friendlyarm.net/forum/topic/5609. Will you please share your solution.
From http://www.friendlyarm.net/forum/topic/5609 Go to friendly arm forum given at end of following link http://www.friendlyarm.net/downloads go to /src file name: one-wire-ts-input-src-20111026.tar.gz ===================================== an open source tslib for FriendlyARM one wire touch screen, only for Linux, not Android How to use ===================================== by FriendlyARM, 2011-10-26 step1: unzip the source code tarball #make you will get one-wire-ts-input.so, put it into the tiny6410 board: /usr/lib/ts/ Step2: vertify the first line in file "/etc/ts.conf" to: module_raw one-wire-ts-input 5. Run Qt example program: Now we can test Qt example programs $cd /mnt/demos/embedded/fluidlauncher/ $./fluidlauncher -qws use touch now :-)