Skip to content

Releases: adafruit/Adafruit_CircuitPython_FeatherWing

Added 7-Segment LED FeatherWing

14 Feb 23:25
57b7e81

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

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.

Added DotStar FeatherWing

04 Feb 05:58
f9f0d73

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

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

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

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

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

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

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

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.