Releases: adafruit/Adafruit_CircuitPython_FeatherWing
Added DotStar FeatherWing
Added the DotStar FeatherWing. This is a nice addition that leverages the existing Adafruit DotStar library to make adding some powerful effects very easy. 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.
Fixed a bug with periods in the marquee
Fixed a minor bug with periods in the marquee causing it to display the last non-period character along with the period.
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 14-Segment AlphaNumeric FeatherWing
Added the 14-Segment AlphaNumeric FeatherWing. This makes use of the HT16K33 Library and includes features such as a Scrolling Marquee.
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.
Updated example names
Updated example names to match design guidelines.
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.
Remove Motor FeatherWing & Update Travis Badge In Readme
motor_featherwing
has been replaced by Adafruit_CircuitPython_MotorKit
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.
Now on PyPi!
- Added
setup.py
- Added PyPI release info to
.travis.yml
- Updated
requirements.txt
- Added a more comprehensive
.gitignore
- Updated
README
with PyPI install instructions
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 .pylintrc, add Adafruit-Blinka to requirements.txt
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Documentation fix.
Docs are now showing API references correctly.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Updated JoyWing
Updated JoyWing to use the correct Seesaw syntax from Seesaw library update.
To use in CircuitPython, download the .zip file and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Joy FeatherWing
Add support for the Joy FeatherWing. Thanks to @kattni!
To use in CircuitPython, download the .zip file and copy its contents to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.