Other Parts Discussed in Thread: DA8XX
Tool/software: Linux
Hello!
I have TI EVM for AM335x, which is in lanscape mode by default.
When I run my Qt application in it, it runs in landscape mode.
But, I would like to run my application in portrait mode, because of the requirement.
I can rotate my QWS Display by setting up the environment variable to rotate my application, but that looks costly. When I run the performance monitor tool on my application, I can see that processor is spending most of the time in rotating the framebuffer. If I understand correctly, when I rotate my QWS, it converts qvfb contents to frame buffer for the pixel mapping.
I would like to set the rotation by default at linux level, so that I don't need to rotate at the application level.
Please help me in this regard.
Thank you,
Kumara