imx8mm android tsc2007 touch

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

imx8mm android tsc2007 touch

976 次查看
yoonseok
Contributor III

Android Version 13
cpu imx8mm
touch chip: tsc2007

The x and y values of the touch work, but not the calibrate
Cursor not coming out in the correct position

What should I do?

0 项奖励
回复
3 回复数

883 次查看
Zhiming_Liu
NXP TechSupport
NXP TechSupport

Hello,

1.Make sure the dts configuration is correct, you can use adb shell getevent -lt /dev/input/eventX to verify raw touch coordinates.

2.Check the tsc2007.idc file in rootfs, please refer https://source.android.com/docs/core/interaction/input/input-device-configuration-files and https://source.android.com/docs/core/interaction/input/touch-devices#touch-device-configuration

# Basic Parameters
touch.deviceType = touchScreen
#touch.orientationAware = 1

# Touch Size
touch.touchSize.calibration = default

# Tool Size
touch.toolSize.calibration = default

# Pressure
touch.pressure.calibration = default

# Size
touch.size.calibration = default

# Orientation
touch.orientation.calibration = none




Best Regards,
Zhiming

0 项奖励
回复

963 次查看
yoonseok
Contributor III

The row value of the driver of the touch is constant depending on the location,
In the app, touch values vary depending on the cursor

0 项奖励
回复

964 次查看
yoonseok
Contributor III

In addition to that
If the cursor comes out and comes out, and if you touch the panel from a distance and move it
The cursor moves at that distance.
If you touch the panel near the cursor and move it, it will be displayed close.

标记 (1)
0 项奖励
回复