Hi there,
I was just wondering, does anyone know if it's possible to rotate the display (say 90 degrees) in circuit python? Or if not, how to write text to the screen which is rotated?
Thank you, :)
Rotate Display with Circuit Python
Re: Rotate Display with Circuit Python
import board
board.DISPLAY.rotation = 90
Re: Rotate Display with Circuit Python
Re: Rotate Display with Circuit Python