Skip to content

Releases: adafruit/Adafruit_CircuitPython_MatrixPortal

Added Matrix Portal support and bug fixes

19 Sep 00:28
7a59a76
Compare
Choose a tag to compare

This release add support for the Matrix Portal. It also has a bug fix for a max_glyphs error.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Added alternate address pins parameter and connection checks for Adafruit IO

11 Sep 20:19
e7b7e4a
Compare
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.

Bug fixes related to creating text in the matrixportal module

08 Sep 23:08
f215ee3
Compare
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.

Exposed graphics and network plus many improvements

31 Aug 22:25
1d53404
Compare
Choose a tag to compare

This release includes the following changes

  • HTML Color code converter so it can seamlessly deal with Adafruit IO colors like "#FF0000".
  • Fixed an issue if init with a json transform
  • Exposed graphics and network so I didn't have to add functions in 2 places
  • Added set_text_color so labels can have the color value changed
  • Moved some common code for setting the scroll index when scrolling text added

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Added Middle Graphics Layer and Adafruit IO Functionality

31 Aug 19:35
469d661
Compare
Choose a tag to compare

This release includes the following changes

  • Graphics layer is separated out from matrixportal class, so now bitmaps display is easier without having to load the whole thing
  • AdafruitIO Functionality improved with accessor classes added to matrixportal class for convenience.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Minor improvements

28 Aug 19:43
0e1529d
Compare
Choose a tag to compare

This release includes the following changes

  • Bit Depth is now settable in the matrixportal class
  • The json_path parameter in the network.fetch_data no longer needs to be enclosed in a tuple

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

URL and JSON path can be set after MatrixPortal is initialized now

26 Aug 17:12
970df94
Compare
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.

Fixed setup.py.disabled

20 Aug 03:43
a4b7c19
Compare
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.

Minor Bug fix using the top level library with single values

17 Aug 23:31
72bf906
Compare
Choose a tag to compare

This release includes a minor bugfix for an issue when using the top level matrixportal library with a single value, resulting in a float is not subscriptable error.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

Read the docs for info on how to use it.

Initial Release

10 Aug 21:58
89b4a87
Compare
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.