在调试触摸屏FT5X系列的触摸屏幕的时候,驱动都调试成功了,但是进入的是鼠标点击模式,直接看图片。
百度修改:/system/usr/ids/xxx.ids, 没有效果,请大侠指导!!!!!!!
# Basic Parameters
touch.deviceType = touchScreen
touch.orientationAware = 1
# Size
touch.size.calibration = diameter
touch.size.scale = 10
touch.size.bias = 0
touch.size.isSummed = 0
# Pressure
# Driver reports signal strength as pressure.
#
# A normal thumb touch typically registers about 200 signal strength
# units although we don't expect these values to be accurate.
touch.pressure.calibration = amplitude
touch.pressure.scale = 0.005 # Orientation touch.orientation.calibration = none
|