MindShow / USBDisplay

142 stars 54 forks source link

Windows 11 driver does not support "flipped" orientation #121

Open amshihab opened 1 month ago

amshihab commented 1 month ago

I have a windows 11 set up and everything works well. Except I need to set up the display as "landscape (flipped)". The driver does not support this mode and keeps the display in the landscape, unflipped, orientation.

The reason for slipping the display is that it is built into a slight simulator where the physical screen is upside down for the orientation of the display. Hence need to support "landscape (flipped)" mode of Windows 11.

Can you suggest a way to fix or support the feature in the driver please?

Thanks