Skip to content

Commit e34b954

Browse files
authored
Merge pull request adafruit#22 from haguenau/fix-bicolor-example
Fix commented-out BicolorMatrix8x8 code sample
2 parents 215d93f + 5de8ff4 commit e34b954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bicolor_matrix8x8_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
display = BicolorMatrix8x8.BicolorMatrix8x8()
3030

3131
# Alternatively, create a display with a specific I2C address and/or bus.
32-
# display = Matrix8x8.Matrix8x8(address=0x74, busnum=1)
32+
# display = BicolorMatrix8x8.BicolorMatrix8x8(address=0x74, busnum=1)
3333

3434
# Initialize the display. Must be called once before using the display.
3535
display.begin()

0 commit comments

Comments
 (0)