Skip to content

5.0.0 - Remove PixelBuf

Compare
Choose a tag to compare
@tannewt tannewt released this 23 Jan 22:44
10db851

This release reverts the use of PixelBuf. It will be reintroduced once CircuitPython 5.0.0 is stable. This released is versioned as 5.0.0 because it removes an external dependency (adafruit-circuitpython-pypixelbuf) and we'll do a major release again when PixelBuf is reintroduced.

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

To use in CPython, pip3 install adafruit-circuitpython-neopixel.

Read the docs for info on how to use it.