Hi all, By default, my mini 2440 3.5 inch display all the console and Qt application in 240x320 resolution. (i.e 240 pixels in X axis and 320 pixel in Y axis) How can I revert the display direction of the LCD, so that I can have the 320x240 resolution display? Thank you very much
revert the LCD display
Please use google before posting. You need to compile qt with --rotate (or whatever name) and then when run app. add transformed:Rot90 (or different) marek
Hi Marek, When I run the app with -display transformed:Rot90 option, it can revert the display, but the font is very small. I reconfigured the QWS_DISPLAY to LinuxFB:mmWidth=95:mmHeight=155 or LinuxFB:mmWidth=155:mmHeight=95 but can not solve this. If I run without the rotate option, the font is large. How can I fix it? I tried google alot, but no luck Thank you very much
im having same trouble.. there shoud be some solution the rotate the screen... let me know if u find it..