我用的是linux内核是2.36, 把i2c的触摸屏的驱动移植好了,我用这个命令cat /dev/input/event0,有乱码输出,但是我在UI里面一直没有反应。请帮我分析下是什么原因?谢谢!以下是我的配置:
#if [ -e /etc/friendlyarm-ts-input.conf ] ; then
# . /etc/friendlyarm-ts-input.conf
#fi
#true ${TSLIB_TSDEVICE:=/dev/touchscreen}
TSLIB_CONFFILE=/usr/local/etc/ts.conf
export TSLIB_TSDEVICE=/dev/input/event0
export TSLIB_CONFFILE
export TSLIB_PLUGINDIR=/usr/local/lib/ts
export TSLIB_CALIBFILE=/etc/pointercal
export QTDIR=/opt/Qtopia
export QPEDIR=/opt/Qtopia
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:/usr/local/lib:$LD_LIBRARY_PATH
export CAMERA_DEVICE=/dev/video2
export QWS_MOUSE_PROTO=Tslib:/dev/input/event0