adafruit / Adafruit_CircuitPython_framebuf

CircuitPython framebuf module, based on the Python framebuf module
MIT License
39 stars 36 forks source link

implemented scroll method to framebuf (2nd attempt) #13

Closed Tasm-Devil closed 5 years ago

Tasm-Devil commented 5 years ago

pythonIZED the scroll method from modframebuf.c https://github.com/micropython/micropython/blob/b9ec6037edf5e6ff6f8f400d70f7351d1b0af67d/extmod/modframebuf.c#L513

ladyada commented 5 years ago

thanks! im going to merge & release an update