Matrices

class ht16k33_matrix.HT16K33(i2c, address=0x70)

The base class for all displays. Contains common methods.

Get or set the blink rate. Range 0-3.

brightness([brightness])

Get or set the brightness. Range 0-15.

show()

Refresh the display and show the changes.

fill(color)

Fill the whole display with the given color.

pixel(x, y[, color])

Get or set the color of a given pixel.

framebuffer

The underlying FrameBuffer object.

class ht16k33_matrix.Matrix16x18

A double matrix or the matrix wing.

class ht16k33_matrix.Matrix8x8

A single matrix.

class ht16k33_matrix.Matrix8x8x2

A bi-color matrix.