You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: