Skip to content

Releases: adafruit/Adafruit_CircuitPython_FeatherWing

Fixed a couple MiniTFT Issues

13 Apr 23:40
781b4ef
Compare
Choose a tag to compare

Fixed a couple MiniTFT Issues such as buttons always reading true while not connected to a PC and SPI speed increase for responsiveness. Thanks @hexthat.

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 Mini Color TFT plus Joystick FeatherWing

12 Apr 19:25
d047cf8
Compare
Choose a tag to compare

Added Mini Color TFT plus Joystick 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.7.3: Merge pull request #36 from makermelissa/master

15 Mar 15:45
5ea0eb4
Compare
Choose a tag to compare

Removed shared I2C bus and replaced with additional parameter to allow passing in I2C if desired. This is to address a conflict the I2C. Us was having when initialized multiple times.

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.

Fixed GPS I2C issue on Feather M4 Express

24 Feb 19:19
a2282db
Compare
Choose a tag to compare

There was an issue initializing the GPS module on the Feather M4 due to a shared library initializing I2C while the GPS did not use it. This has been fixed in this release.

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.

Fixed initialization error on GPS FeatherWing

24 Feb 05:22
9b88065
Compare
Choose a tag to compare

During some post-release testing, a small issue was caught and fixed that occurred during GPS FeatherWing initialization. Thanks @jerryneedell.

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 8x16 LED Matrix FeatherWing

23 Feb 21:20
0a783b2
Compare
Choose a tag to compare

Added the 8x16 LED Matrix FeatherWing. This addition reimplements some similar functionality to the NeoPixel and DotStar helpers such as rotating, shifting, and animation.

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 Ultimate GPS FeatherWing

23 Feb 17:47
44eb33e
Compare
Choose a tag to compare

Added the Ultimate GPS FeatherWing. This addition mostly makes initialization a little easier and give you a couple of speed calculations.

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 DS3231 RTC FeatherWing

17 Feb 21:27
dfa20cc
Compare
Choose a tag to compare

Added DS3231 Real Time Clock FeatherWing. This extends the DS3231 library and makes updating the time extremely easy by having ability to change individual numbers instead of the entire time/date structure as well as a few other goodies like checking number of days and getting/setting by unix time on boards that support this. At this time, there are some known issues running the unix functions on the nRF52840 Express and Particle Boards.

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 7-Segment LED FeatherWing

14 Feb 23:25
57b7e81
Compare
Choose a tag to compare

Added 7-Segment LED 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.

Added NeoPixel FeatherWing

12 Feb 18:13
6e83321
Compare
Choose a tag to compare

Added the NeoPixel FeatherWing. This is leverages the existing Adafruit DotStar library and adds the same functionality to the NeoPixel 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.