Releases: adafruit/Adafruit_CircuitPython_IS31FL3731
Add support for CharlieBonnet, update example to use adafruit_framebuf
Charliebonnet layout is now a supported subclass. Examples updated to use simpler i2c init, and adafruit_framebuf
instead of the deprecated framebuf
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-is31fl3731
.
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-is31fl3731
.
Read the docs for info on how to use it.
Update to .pylintrc
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-is31fl3731
.
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
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
To use in CPython, pip install adafruit-circuitpython-is31fl3731
.
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!
Linted and added four example files
Added examples folder and examples file (#7) * added examples folder and example .py files * added 4 example .py files * Update examples and added simple.py * updated to fix pylint problems * pylinted * Fixed a typo * fixed pylint error * UPdated after review * More review updates
Release for CircuitPython 2.0
Bump to releases to build a .mpy for CircuitPython 2.0 and later releases.
1.0 Release using older MicroPython library API
In the process of updating the guide for this driver (at https://learn.adafruit.com/micropython-hardware-charlieplex-led-matrix/overview ) I saw it was slightly experimental and unfinished (fill only hit a 4x4 matrix and was randomly turning LEDs on/off). This release swaps back to the micropython-adafruit-is31fl3731 API that has been updated to work with the current CircuitPython release (2.0). This includes support for fill, pixel brightness and blinking, and frame swaps. The in-progress / experimental code from the previous version is now available in the 'experimental' branch of this repository.
Doc update
Correct the example. Thanks @BorisKourt!
To use in CircuitPython, download the .mpy file and copy it to the lib
folder on the CIRCUITPY
drive. Or, simply install the Adafruit driver bundle.