Skip to content

Commit 83e7819

Browse files
authored
Merge pull request #10 from elmwoodelec/master
Thanks!
2 parents 1608096 + 19c3403 commit 83e7819

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)