DSI-OLED1A touchscreen don`t work properly on Android 12
More details on photo
Line 1 - Real finger swipe
Line 2 - System think I do this swipe.
What it can be?
How can I try fix it?
There is setting in the dts.
Please try to change the resolution touchscreen-size-x to 1080 and touchscreen-size-y to 1920.
I already have this parameters set as (1080*1920)
&i2c2 {
touchscreen@14 {
compatible = "goodix,gt1151";
reg = <0x14>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_i2c2_synaptics_dsx_io>;
interrupt-parent = <&gpio1>;
interrupts = <9 IRQ_TYPE_EDGE_FALLING>;
irq-gpios = <&gpio1 9 GPIO_ACTIVE_HIGH>;
edge-failling-trigger;
touchscreen-size-x = <1080>;
touchscreen-size-y = <1920>;
};
};