Hi,
We have confirmed the operation of the touch panel, but sometimes the coordinate (Y) immediately after touch is misaligned. (Red: deviated, blue: normal)
ーーーーーーーーーーー
Event: time 1616581701.1616581701, type 3 (EV_ABS), code 0 (ABS_X), value 3517
Event: time 1616581701.1616581701, type 3 (EV_ABS), code 1 (ABS_Y), value 2307
Event: time 1616581701.1616581701, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 260
Event: time 1616581701.1616581701, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 1
Event: time 1616581701.1616581701, -------------- SYN_REPORT ------------
Event: time 1616581701.1616581701, type 3 (EV_ABS), code 0 (ABS_X), value 3515
Event: time 1616581701.1616581701, type 3 (EV_ABS), code 1 (ABS_Y), value 773
Event: time 1616581701.1616581701, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 243
・
・
・
Event: time 1616581701.1616581701, -------------- SYN_REPORT ------------
Event: time 1616581701.1616581701, type 3 (EV_ABS), code 1 (ABS_Y), value 770
Event: time 1616581701.1616581701, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 249
Event: time 1616581701.1616581701, -------------- SYN_REPORT ------------
Event: time 1616581701.1616581701, type 3 (EV_ABS), code 24 (ABS_PRESSURE), value 0
Event: time 1616581701.1616581701, type 1 (EV_KEY), code 330 (BTN_TOUCH), value 0
Event: time 1616581701.1616581701, -------------- SYN_REPORT ------------
ーーーーーーーーーーーーー
Since the Y coordinate is different when touched and when touched off, a phenomenon occurs in which button operations cannot be performed.
Is there a way to correct the coordinate deviation immediately after touch in the device tree settings?
Thanks,
Eevee