You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this great, nifty little piece of code!
After playing around with different rotation angles I noticed that rotation seems to be broken. I cannot get the 4 possible rotation angles to work, only 3 angles can be displayed.
Piece of code I am using:
i = 0
while True:
unicorn.rotation(i)
i = (i + 90) % 360
# ... display something
unicorn.show()
time.sleep(0.8)
The text was updated successfully, but these errors were encountered:
Thanks for this great, nifty little piece of code!
After playing around with different rotation angles I noticed that rotation seems to be broken. I cannot get the 4 possible rotation angles to work, only 3 angles can be displayed.
Piece of code I am using:
The text was updated successfully, but these errors were encountered: