Skip to content
This repository was archived by the owner on Apr 20, 2022. It is now read-only.

Releases: adafruit/Adafruit_CircuitPython_Pypixelbuf

2.1.1 - A few fixes

09 Jul 21:07
e52c672
Compare
Choose a tag to compare

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

25 Jun 17:09
1c31111
Compare
Choose a tag to compare

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

30 Apr 19:53
ca839ea
Compare
Choose a tag to compare

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

06 Mar 13:00
Compare
Choose a tag to compare
  • 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

20 Jan 23:00
ec93a6a
Compare
Choose a tag to compare
  • fill now checks for auto_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

18 Jan 23:11
6620df4
Compare
Choose a tag to compare

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!

07 Jan 01:31
e71a141
Compare
Choose a tag to compare

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.