Skip to content

Releases: adafruit/Adafruit_CircuitPython_FeatherWing

1.14.0 - 3.5" FeatherWing Helper

20 Mar 21:48
c9e46e5
Compare
Choose a tag to compare

This release adds a helper class for the 3.5" FeatherWing.

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

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

Read the docs for info on how to use it.

1.13.4 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:49
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.13.3 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:17
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.13.2 - Moved to pre-commit, added licensing info

20 Jan 22:59
07946ab
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-featherwing.

Read the docs for info on how to use it.

1.13.1 - Keyboard Featherwing pin parameters

19 Dec 20:54
ec8aeca
Compare
Choose a tag to compare

This version allows pins used to be passed as parameters in the constructor in the KeyboardFeatherwing class. This allows it to be used on feathers with differing pin names. Thank you @jerryneedell for this fix.

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

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

Read the docs for info on how to use it.

1.13.0 - Added a helper class for the keyboard featherwing

21 Sep 19:56
599c42f
Compare
Choose a tag to compare

Thanks @FoamyGuy for the PR

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

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

Read the docs for info on how to use it.

1.12.0 - Added class and example for TFT 2.4" FeatherWing.

07 Sep 15:02
0c2c6db
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.11.2 - Fixed discord invite link

09 Jul 20:05
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.11.1 - Added Black check, reran Black with Python 3 target.

10 Apr 18:39
bade8c3
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

1.11.0 - Updating HT16K33 code to work with version 4.0.0

03 Apr 23:29
b4a3e1f
Compare
Choose a tag to compare

This update fixes the modules to work with version 4.0.0 HT16K33 libraries new brightness API values. Thank you @makermelissa

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

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

Read the docs for info on how to use it.