Skip to content

Releases: adafruit/Adafruit_CircuitPython_FeatherWing

1.10.0 - Upgrade to latest Pylint, implement Black formatting

20 Mar 15:39
409cb68
Compare
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
Compare
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
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.9.6 - Updated intersphinx link

06 Feb 14:54
6c191db
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.

Pointed matrix shift functions to use HT16K33 shift functions

15 Jan 20:09
7f44b16
Compare
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
Compare
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
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.

MiniTFT Displayio Init Updates

18 Sep 18:11
e622c62
Compare
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.

Fixes Backlight Return Value on MiniTFT FeatherWing

02 Jun 18:17
65d6c43
Compare
Choose a tag to compare

Fixes Backlight Return Value on MiniTFT FeatherWing thanks to @iraytrace.

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.

Added Temperature + Motion FeatherWing

07 May 20:56
b040241
Compare
Choose a tag to compare

Added Temperature + Motion 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.