Skip to content

Releases: adafruit/Adafruit_CircuitPython_IS31FL3731

Add support for CharlieBonnet, update example to use adafruit_framebuf

22 Feb 15:16
a76511f
Compare
Choose a tag to compare

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

16 Jan 00:40
80cfa10
Compare
Choose a tag to compare

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

12 Nov 17:24
Compare
Choose a tag to compare

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!

06 Aug 20:37
7fe15f7
Compare
Choose a tag to compare
  • 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.

01 Mar 23:46
dd6811e
Compare
Choose a tag to compare

Thanks to @sommersoft for the great work!

Sphinx update.

22 Feb 02:32
e5f5164
Compare
Choose a tag to compare

Thanks to @brentru for the great work!

Linted and added four example files

18 Jan 20:07
Compare
Choose a tag to compare
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

20 Sep 19:07
Compare
Choose a tag to compare

Bump to releases to build a .mpy for CircuitPython 2.0 and later releases.

1.0 Release using older MicroPython library API

20 Sep 19:01
Compare
Choose a tag to compare

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

06 Sep 01:32
Compare
Choose a tag to compare

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.