OLED1A

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

OLED1A

1,633件の閲覧回数
YuriiA07
Contributor III

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?

タグ(1)
0 件の賞賛
5 返答(返信)

1,621件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport

There is setting in the dts.

https://source.codeaurora.org/external/imx/linux-imx/commit/?h=lf-5.10.y&id=57c43b67c169d91f4e4642b5...

 

Please try to change the resolution touchscreen-size-x to 1080 and touchscreen-size-y to 1920.

0 件の賞賛

1,616件の閲覧回数
YuriiA07
Contributor III

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>;
};
};

0 件の賞賛

1,578件の閲覧回数
YuriiA07
Contributor III
can I conclude that it is broken?
0 件の賞賛

1,574件の閲覧回数
jimmychan
NXP TechSupport
NXP TechSupport
0 件の賞賛

1,570件の閲覧回数
YuriiA07
Contributor III
Thanks!
I uncoment this line in /etc/xdg/weston/weston.ini
#[shell]
size=1920x1080 <----------
And touch works fine, BUT only in linux demo

How can I make the same for Android?
0 件の賞賛