Releases: adafruit/Adafruit_CircuitPython_FeatherWing
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.
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_featherwinghas 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
READMEwith 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.