EDGE-V with TS050 Screen auto-rotation issue

Dear KHADAS Team

I received KHADAS EDGE-V PRO & MAX with TS050 LCD, a weeks ago
first time connected in HDMI Monitor, it seems works very well
when i tried EDGE-V connected with TS050 in lancdscape mode, it’s OK
but i want SBC works in Portrait mode, so changed rotate of SBC it looks like photo
is it a bug? also have touch problem
How can i solve it ?
please let me know…

How did you change it first?
Ts050 LCD screen do you want to display vertically? Is your HDMI a vertical screen?

Hi ~ goenjoy
I just rotated the 90 dgree direction of SBC.
And The vertical screen works well with a HDMI connection.
My App runs on a vertical screen, so the vertical screen must run in Ts050
Please Let me know, How to fix it ?

PS. If need to modify the Ts050 device driver, can you let me how to fix it through adb?
Thanks !

persist.sys.rotation.einit
You can use ADB to change the value of this property (0, 1, 2, 3)

1 Like

You can use ADB to change the value of this property (0, 1, 2, 3)
how to do this?

adb shell
setprop persist.sys.rotation.einit x

x==>(0, 1, 2, 3)