mirkin / pi-word-clock

8x8 LED matrix word clock, eyes, text scroller, and tools for raspberry pi
16 stars 6 forks source link

grid.rotateFontCCW(fonts.clockFont1) not working? #2

Open c64emulator opened 8 years ago

c64emulator commented 8 years ago

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?

c64emulator commented 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?