Releases: adafruit/Adafruit_CircuitPython_HT16K33
Releases · adafruit/Adafruit_CircuitPython_HT16K33
Now on PyPi!
- Added
setup.py - Added PyPI release info to
.travis.yml - Updated
requirements.txt - Added a more comprehensive
.gitignore
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-ht16k33.
Read the docs for info on how to use it.
Improved reference documentation.
Thanks to @sommersoft for the great work.
Sphinx update.
Thanks to @brentru for the great work!
Updated with lint and autobundling!
Thanks to @tannewt for the great work! Thanks to @deshipu for the help!
To use in CircuitPython, simply install the Adafruit CircuitPython bundle or the zip from here that matches the version of CircuitPython you are using.
Quick fix
Fix for new I2CDevice API. Make sure your CircuitPython and libraries are up to date!
Release for CircuitPython 0.9.4
This requires CircuitPython 0.9.4+!
- Switch to
busiowhich will bitbang on ESP8266 too.
Initial release.
Direct port of micropython-adafruit-ht16k33 library to Adafruit CircuitPython.