Matrices¶
-
class
ht16k33_matrix.HT16K33(i2c, address=0x70)¶ The base class for all displays. Contains common methods.
-
blink_rate([rate])¶ 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.
-
-
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.