Releases: adafruit/Adafruit_CircuitPython_Pypixelbuf
2.1.1 - A few fixes
This release includes:
- Set auto_write after brightness in init
- Only override white pixel when not given to allow RGBW pixels to work correctly
- Fixed discord invite link
Thanks @dunkmann00 for the two excellent PRs
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip3 install adafruit-circuitpython-pypixelbuf
.
Read the docs for info on how to use it.
2.1.0 - Allow setting RGBW pixels with RGB tuples
Thanks @dunkmann00 for the contribution
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-pypixelbuf
.
Read the docs for info on how to use it.
Update for CircuitPython 5.x API
This updates the PixelBuf API to match the one in CircuitPython 5.x. Thanks to @dunkmann00 for updating it.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-pypixelbuf
.
Read the docs for info on how to use it.
Remove need for `re` module
- Remove need for
re
module - build.yml updates
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-pypixelbuf
.
Read the docs for info on how to use it.
Fix auto_write in fill
fill
now checks forauto_write
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-pypixelbuf
.
Read the docs for info on how to use it.
Fix missing 'buf' property
Now has a brightness-adjusting buffer for back-compatibility with NeoPixel library
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-pypixelbuf
.
Read the docs for info on how to use it.
Initial release!
Thanks to @rhooper for the great work!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-pypixelbuf
.
Read the docs for info on how to use it.