Skip to content

Releases: adafruit/Adafruit_CircuitPython_MatrixPortal

Handle scrolling labels better if position not specified

30 Oct 18:52
9fa02f6
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.

Fix scrolling of big text

26 Oct 21:19
6646a23
Compare
Choose a tag to compare

scaling text now works ok for scrollin!

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

Read the docs for info on how to use it.

Allow various sizing in top level library

26 Oct 15:18
a093fc6
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 an issue when creating multiple labels with different fonts.

23 Oct 21:16
2b4cce1
Compare
Choose a tag to compare
  • Fixed an issue when creating multiple labels with different fonts
  • Fixed an issue when you try and scroll a label before it is created

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

Read the docs for info on how to use it.

Added text_scale and updated Readme

08 Oct 20:26
c085bb1
Compare
Choose a tag to compare
  • This change adds a text_scale parameter to each text object
  • Updated Readme to reflect additional products this supports

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

Read the docs for info on how to use it.

1.7.0 - Added line_spacing to add_text

08 Oct 17:59
5284071
Compare
Choose a tag to compare

This change adds a line spacing parameter to each text object

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

Read the docs for info on how to use it.

Addresses an update to Requests and Non-standard color order displays

06 Oct 23:50
f19cfe7
Compare
Choose a tag to compare
  • Fixes an issue with Adafruit_CircuitPython_Requests
  • Adds a color_order parameter for displays with non-standard color order

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

Read the docs for info on how to use it.

Added support for nrf52840 version of RGB Matrix Featherwing

03 Oct 17:39
56b59fb
Compare
Choose a tag to compare
  • Added support for nrf52840 version of RGB Matrix Featherwing
  • This also resolves an issue of missing address lines for the Normal RGB FeatherWings

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

Read the docs for info on how to use it.

Refactored to add support for RGB Matrix FeatherWing

02 Oct 17:17
e0abfba
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 a bug with empty strings

21 Sep 17:00
a2fdbe1
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.