Skip to content

Releases: almindor/max7219

v0.3.1

09 May 18:13
8c7dd34
Compare
Choose a tag to compare

Add support for the letter n.

v0.3.0

25 Jul 21:41
da44d8b
Compare
Choose a tag to compare

Refactor PinError into DataError removing From implementation requirements.

v0.2.2

22 Jan 16:17
c0e0038
Compare
Choose a tag to compare

Fix addressing bug in write_raw method.

v0.2.1

22 Jan 16:16
d953862
Compare
Choose a tag to compare

Made connectors module public to enable storage. Added write_raw support.
Credit goes to arosspope

v0.2.0

16 Jul 23:01
c49bbcc
Compare
Choose a tag to compare

Adds hardware SPI support both with and without the CS pin. Also adds ability to write arbitrary strings possible on a segmented display.

v0.1.2

17 Jun 04:51
acefa16
Compare
Choose a tag to compare

Adds support for "dots" in the write_str function.