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?
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
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.