Adafruit_CircuitPython_MAX7219 icon indicating copy to clipboard operation
Adafruit_CircuitPython_MAX7219 copied to clipboard

CircuitPython driver for the MAX7219 LED matrix driver IC.

Results 4 Adafruit_CircuitPython_MAX7219 issues
Sort by recently updated
recently updated
newest added

I am getting this error. Could not find font file font5x8.bin Traceback (most recent call last): File "", line 42, in File "adafruit_max7219/matrices.py", line 75, in text File "adafruit_framebuf.py", line...

Why is Adafruit MAX7219 Driver for 7 Segment Displays limited to Numeric Digits Only? Well, dots and dashes are supported but no alpha characters at all? This is kinda short...

is it possible to use (cascade) multiple max7219 7-segment display modules?

enhancement

`pylint` suggests using argument names with at least 3 letters. This library uses argument names of shorter length, and while these warnings have been disabled for now, they should be...