Skip to content

Implemented double buffer

Compare
Choose a tag to compare
@makermelissa makermelissa released this 16 Sep 16:24
· 59 commits to main since this release
48f8a95

This update adds a double buffer for optimized drawing by only updating pixels that have changed.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-pixel-framebuf.

Read the docs for info on how to use it.