Re: Screen Transformation
Can't you solve that on the system level?
Cheers,
_
1 Attachment(s)
Re: Screen Transformation
Indeed. On Windows, I have these options. I would expect that other operating systems would have similar options, even for embedded devices.
Attachment 11854
Re: Screen Transformation
We are using Linux on TI AM3358 starter kit platform. LCD controller in this platform doesn't support rotation feature for frame buffer.
Mentioned problem was easily solved in previous QT v4.8 version by using Transformation driver. e.g. ./myfirstserverapplication -qws -display "transformed:rot90:1"
Why such good feature removed from QT v5 onwards?
Can QT provides guidance to achieve same in QT v5?
Any planning to add such feature back in QT v5?