brilliantlabsAR / monocle-micropython

Micropython ported to the Monocle
ISC License
221 stars 27 forks source link

display.move() on Polygons() #248

Closed josuah closed 1 year ago

josuah commented 1 year ago
>>> b1.move(-100, 0)
Traceback (most recent call last):
  File "<stdin>", in <module>
  File "display.py", in move
TypeError: 'tuple' object doesn't support item assignment
josuah commented 1 year ago

Fixed by #250