Hi,
I want to use my horizontal display to vertical display.
How can i rotate display by 90' in AM335X.
Regards,
Bharat Gohil
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I want to use my horizontal display to vertical display.
How can i rotate display by 90' in AM335X.
Regards,
Bharat Gohil
Hello,
LCD IP on AM335x doesnot support rotation.
Thanks,
Prakash
Hi,
I'm using TI AM3354 processor for my custom board. Once it is booted, the display shows in horizontal. I want to change it in Vertical.
I'm using Newhaven capacitive touch screen for my board instead of using AM3354 touch screen.
Please suggest me if poosible to rotate my display from horizontal to vertical?
Thanks in Advance
Vinoth
Hi,
You can do at application level.
Graphicas lib support rotation.
1)In QT
./<youApp> -qws -display "transformed:rot90:1"
2)In Android 4.0
frameworks/base/core/res/res/values/config.xml
Regards,
Bharat Gohil
Hi,
I am using AM335X Ti board with Arago Root File system. I tried rotate the screen using below command,
matrix_browser -qws -display transformed:Rot90 http://localhost:80
I can see vertical screen using above command but it shows in 2 pages.I need to see all the icon in single page.
Please advice to achieve it.
Thanks
Vinoth