Releases: adafruit/Adafruit_CircuitPython_HT16K33
Added Version and Repo URL
To make this compatible with circup
, proper version and Repo URLs were added.
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.
Memory Usage Improvements
Segment definitions are now Tuples making it more memory efficient. Thanks @tannewt
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.
Multiple Periods
- Fix multiple periods on 7 segment
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.
Fixed Spaces showing as Zeroes
- Fixed Spaces showing as zeroes. If any code was relying on this behavior, it may need to be updated.
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.
Flicker Fix
- Fixes flicker issue associate with auto_write feature. Thanks @makermelissa
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.
Update Travis Badge In Readme
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.
2.1.1: Fix PyPI / setup.py Installation
- Changed `py_modules` to `packages` in `setup.py` To use in CircuitPython, simply install the [Adafruit CircuitPython bundle](https://github.com/adafruit/Adafruit_CircuitPython_Bundle). To use in CPython, `pip3 install adafruit-circuitpython-ht16k33`. Read the [docs](http://circuitpython.readthedocs.io/projects/ht16k33/en/latest/) 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
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!