Hi y’all
I used the clock example for the unicorn: pimoroni-pico/clock.py at main · pimoroni/pimoroni-pico · GitHub
Is there a function either for the unicorn or picographics to rotate the screen/text?
rotate in the display instanciation doesn’t work for non SPI and rotating of non vector text also doesn’t work.
At the moment I am using vector, scaled down to 0.38 and rotated 90deg but the scaling looks janky… I’d rather use Bitmap8 and rotate the whole display.
I want to do this because the pico usb connector now is on the side and I’d rather have it pointing down.
Thanks!
Stefan