OLED1A

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

OLED1A

1,620 次查看
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,608 次查看
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,603 次查看
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,565 次查看
YuriiA07
Contributor III
can I conclude that it is broken?
0 项奖励

1,561 次查看
jimmychan
NXP TechSupport
NXP TechSupport
0 项奖励

1,557 次查看
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 项奖励