Hi all,
I want to use my MCIMX28LCD Seiko 4.3" touch screen. but i can't. I tried to enable it from kernel configuration "Device Drivers/input device support / touch screens / MXS LRADC-based touchscreen" but it fails.
Please kindly help
Regards,
Sinan
I'm using a touchscreen TSC2006 with LTIB (linux 2.6.35 ) on iMX28.
how to calibrate the touch screen?
Yi,
Can you use ts_calibrate command ?
A related question, any one know how to configure the touch screen on ubuntu. I can see the pen up/down event from dmesg but could not press down any icon.
cat /dev/input/
event0 event2 event4 mice mouse1
event1 event3 event5 mouse0
Thanks,
Yi
Vladan,
I have "ts0, event0, mice" under /dev/input so i tried it with ts0 and event0 but i cant use touch screen with Qt.
Richard,
i didn't try OBDS.SB, but i think OBDS.SB tests only touch screen, not with Qt.
there may be problem with Qt/demos ? ( i used /demos/embedded/fluidlauncher to test like "./fluidlauncher -qws" )
http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=IMX28_SW&fr=g
Sinan Emre Kutlu said:
Vladan,
I tried it with "/dev/input/ts0" and "/dev/input/event0", but nothing happened.
Richard,
What is it? i searched from google but it outputs nothing.
Sorry, my mistake.
export TSLIB_TSDEVICE=/dev/input/event1export QWS_MOUSE_PROTO=tslib:/dev/input/event1
First one tells tslib what to use as touch input. Second one tells Qt what to use as input.
Vladan,
I tried it with "/dev/input/ts0" and "/dev/input/event0", but nothing happened.
Richard,
What is it? i searched from google but it outputs nothing.
Did you run "export TSLIB_TSDEVICE=/dev/input/event2" before starting the Qt app?
Ok, i solved the problem, but i got a newer one. i can calibrate touch screen and test with "ts_calibrate","ts_test". but i cant use it with QT. In qt conf, i add -qt-mouse-tslib option but i couldn't use it.
PLZ copy your boot message then you can know what's wrong.
There are too many reasons could cause this.
Using dmesg to check