Releases: adafruit/Adafruit_CircuitPython_FeatherWing
Fixed a couple MiniTFT Issues
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
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
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
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
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
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
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
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
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
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.