前前后后用了半个多月,今天终于把tslib的校准界面搞出来了。
受下面两篇好文章的启示:
http://blog.21ic.com/user1/2177/archives/2006/32818.html http://blog.csdn.net/mzl626/archive/2008/04/18/2304169.aspx
--=================================--
我的ts配置:
/opt/ports/arm/rootfs/usr/etc # cat ts.conf # Uncomment if you wish to use the linux input layer event interface module_raw input
# Uncomment if you're using an HP iPaq h3600 or similar
module_raw h3600
module pthres pmin=1
module variance delta=30
module dejitter delta=100
#module linear
--================================
我的ts环境变量:
/opt/ports/arm # cat ts_lib.sh
export TSLIB_TSDEVICE=/dev/input/ts0
export TSLIB_FBDEVICE=/dev/fb/0
export TSLIB_CONSOLEDEVICE=none
--=================================--
犯的错误:
1、自己的机器上使用的是H3600修改过的触摸屏代码,但是以前一直都没有用这个驱动。