Skip to content

Commit 138b973

Browse files
authored
Update matrix.py
1 parent 1608096 commit 138b973

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/matrix.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
# Or this creates a 8x8 matrix:
2121
#matrix = matrix.Matrix8x8(i2c)
2222
# Or this creates a 8x8 bicolor matrix:
23-
#matrix = matrix.Matrix8x8x2
23+
#matrix = matrix.Matrix8x8x2(i2c)
2424
# Finally you can optionally specify a custom I2C address of the HT16k33 like:
2525
#matrix = matrix.Matrix16x8(i2c, address=0x70)
2626

0 commit comments

Comments
 (0)