We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1608096 + 19c3403 commit 83e7819Copy full SHA for 83e7819
examples/matrix.py
@@ -20,7 +20,7 @@
20
# Or this creates a 8x8 matrix:
21
#matrix = matrix.Matrix8x8(i2c)
22
# Or this creates a 8x8 bicolor matrix:
23
-#matrix = matrix.Matrix8x8x2
+#matrix = matrix.Matrix8x8x2(i2c)
24
# Finally you can optionally specify a custom I2C address of the HT16k33 like:
25
#matrix = matrix.Matrix16x8(i2c, address=0x70)
26
0 commit comments