adafruit / Adafruit_CircuitPython_Pixel_Framebuf

Neopixel and Dotstar Framebuffer Helper
MIT License
4 stars 5 forks source link

Optimized library to only draw changed pixels #2

Closed makermelissa closed 3 years ago

makermelissa commented 3 years ago

I optimized the library to only update pixels that have changed. The result is that scrolling text is about twice as fast with this change. The only downside is it uses more memory in order to keep track of changes.