Open c64emulator opened 8 years ago
Finally managed to rotate (tested in demo mode and forgot to rotate the shapes too). Still one issue: scrolling text has to be rotated too. The text ist currently scrolling form left to right, need right to left, how?
Wanted to use a Pi0 (Raspberry Pi Zero). The Unicorn HAT is mounted with the header on the bottom. Therefore I wanted to rotate / flip the output by 180°. My first thought was to use the grid.rotateFontCCW(fonts.clockFont1) two times. But even using it once does not shot any effect. How do I manage that rotation?