We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 215d93f + 5de8ff4 commit e34b954Copy full SHA for e34b954
examples/bicolor_matrix8x8_test.py
@@ -29,7 +29,7 @@
29
display = BicolorMatrix8x8.BicolorMatrix8x8()
30
31
# Alternatively, create a display with a specific I2C address and/or bus.
32
-# display = Matrix8x8.Matrix8x8(address=0x74, busnum=1)
+# display = BicolorMatrix8x8.BicolorMatrix8x8(address=0x74, busnum=1)
33
34
# Initialize the display. Must be called once before using the display.
35
display.begin()
0 commit comments