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.2.8 - Updated documentation link, python version

04 Feb 20:20
Compare
Choose a tag to compare

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.2.7 - Updated pylint version, linted

15 Nov 18:41
Compare
Choose a tag to compare

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.2.6 - Reverted "Fix slice indices failure."

16 Jul 13:48
4f005e5
Compare
Choose a tag to compare

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.

Slice fix.

18 May 21:11
cd1dd3e
Compare
Choose a tag to compare

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.2.4 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:56
Compare
Choose a tag to compare

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.2.3 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:32
Compare
Choose a tag to compare

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.2.2 - Added missing Verison and Repo Metadata

26 Jan 19:47
e5bf0b9
Compare
Choose a tag to compare

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.2.1 - Moved to pre-commit, added licensing info

20 Jan 23:09
562bac1
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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.

Update wheel to colorwheel to match _pixelbuf

07 Oct 20:11
b4eccfc
Compare
Choose a tag to compare

Notes that wheel() is deprecated but ensures backwards compatibility.

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.2 - Truncate brightness byte value, initialize dotstar buffer with start bytes

16 Jul 17:51
49cadeb
Compare
Choose a tag to compare

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.