Screen Rotation 90º (vertical screen)
mprat99 opened this issue · 1 comments
mprat99 commented
Hi, I'd like to be able to rotate the screen 90º to use it vertically. Is there any way to do it?
the oled.setRotation() only allows 0º or 180º.
Thank you!
datacute commented
No, sorry.
The rotation implementation is just hardware flipping both left to right, and top to bottom, so incredibly easy with no complicated mapping, bit shifting etc.
So to do 90º rotation I'd have to completely rewrite 90% of the library.