Skip to content

Releases: adafruit/Adafruit_CircuitPython_FeatherWing

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

10 Apr 18:39
bade8c3

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

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.

1.10.0 - Upgrade to latest Pylint, implement Black formatting

20 Mar 15:39
409cb68

Choose a tag to compare

We have upgraded Pylint checks to use the latest version of Pylint and implemented usage of Black Python formatting. This does not change the functionality of the code - it is designed to bring it up to current standards and make it more readable.

  • Remove pinned Pylint version number from build.yml file
  • Synced .pylintrc file to match Adafruit standard
  • Ran upgraded Pylint and applied any changes or new disables necessary
  • Ran Black formatter and allowed application of changes across entire repo

For more information on using Pylint and Black on your code, check out this guide on working with Pylint and Black

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.

Improved MiniTFT Stability

26 Feb 21:43
477e59e

Choose a tag to compare

This release fixes an issue with the MiniTFT where the TFT would sometimes reset.

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.

Removed duplicate SeeSaw call on MiniTFT

13 Feb 19:06
69e5d3a

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.9.6 - Updated intersphinx link

06 Feb 14:54
6c191db

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.

Pointed matrix shift functions to use HT16K33 shift functions

15 Jan 20:09
7f44b16

Choose a tag to compare

The functions still work, just the bulk of the code was moved to work with non-feather displays too.

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.

Refactored marquee function into HT16K33 library

15 Jan 04:05
e934566

Choose a tag to compare

The function still works, just the bulk of the code was moved to work with non-feather displays too.

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.

Update to fix occasional Input/Output error when reading buttons on MiniTFT

23 Dec 02:25
901c8a5

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.

MiniTFT Displayio Init Updates

18 Sep 18:11
e622c62

Choose a tag to compare

Updated MiniTFT displayio setup to work better on latest CircuitPython

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.