Skip to content

Releases: adafruit/Adafruit_CircuitPython_FeatherWing

Added DotStar FeatherWing

04 Feb 05:58
f9f0d73
Compare
Choose a tag to compare

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

30 Jan 04:28
b567ad1
Compare
Choose a tag to compare

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

29 Jan 19:51
e91a1f3
Compare
Choose a tag to compare

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

21 Jan 22:52
ae383f6
Compare
Choose a tag to compare

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

16 Jan 04:30
7a539a9
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.

Now on PyPi!

30 Nov 21:31
6d7c10c
Compare
Choose a tag to compare
  • 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

12 Nov 20:31
353c107
Compare
Choose a tag to compare

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Documentation fix.

09 Aug 18:27
3ee59bf
Compare
Choose a tag to compare

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

30 Jun 22:22
b305ff7
Compare
Choose a tag to compare

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

05 Mar 22:51
6d49856
Compare
Choose a tag to compare

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.