Releases: adafruit/Adafruit_CircuitPython_MatrixPortal
Added Matrix Portal support and bug fixes
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
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
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
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
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
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
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Fixed setup.py.disabled
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
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
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.