FabGL icon indicating copy to clipboard operation
FabGL copied to clipboard

180 degrees display rotation

Open jaromaz opened this issue 2 years ago • 0 comments

Due to connection problems with cables, some monitors are switched "upside down". On the Raspberry Pi, in such a case, it is enough to add the option lcd_rotate=2 to /boot/config.txt. Such a switch would also be needed for VGA / AnsiTerminal - is this even possible to implement?

With AnsiTerminal, setOrientation does not work:

Compilation error: 'class fabgl::BitmappedDisplayController' has no member named 'setOrientation'

jaromaz avatar May 21 '23 07:05 jaromaz