lcd.setRotation() Not enabled?
-
Am I missing something?
lcd.setRotation()
doesn't work. -
Hey @ajb2k3
lcd.setRotation() requires a number 0-3 in the parentheses for each orientation, and it seems to clear the screen every time it rotates. I found I could print text in all 4 orientations of the screen if I used the print command after set Rotation. like so:
lcd.setRotation(3) lcd.print('hello',100,100,0xffffff)
hope that answers your question. I'm back from christmas hols now and i've seen you've been busy
working on your own manual for the m5stack, awesome stuff, I'd love to connect with you and see how we can cooperate on a manual my email is luke@m5stack.com -
@lukasmaximus said in lcd.setRotation() Not enabled?:
Thanks, could really do with a screen rotation block for the M5Stick.
-
not sure thats even available in the python driver for the sticks screen yet. Will make a note of that though thanks
-
@lukasmaximus
The autocomplete didn't recognize thelcd.setRotation()
function -
Noted. The auto-complete still has a way to go