Matrices

class max7219.Matrix8x8(spi, cs)

Driver for a single MAX7219-based LED matrix.

brightness(value)

Set the brightness.

fill(color)

Fill the whole matrix with a specified color.

pixel(x, y, color=None)

Get or set the color of a single pixel.

show()

Update the display.