imx8mm android tsc2007 touch

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

imx8mm android tsc2007 touch

953 Views
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 Kudos
Reply
3 Replies

860 Views
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 Kudos
Reply

940 Views
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 Kudos
Reply

941 Views
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.

Tags (1)
0 Kudos
Reply