Merge pull request #22 from haguenau/fix-bicolor-example
Fix commented-out BicolorMatrix8x8 code sample
This commit is contained in:
commit
e34b9548e8
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ from Adafruit_LED_Backpack import BicolorMatrix8x8
|
|||
display = BicolorMatrix8x8.BicolorMatrix8x8()
|
||||
|
||||
# Alternatively, create a display with a specific I2C address and/or bus.
|
||||
# display = Matrix8x8.Matrix8x8(address=0x74, busnum=1)
|
||||
# display = BicolorMatrix8x8.BicolorMatrix8x8(address=0x74, busnum=1)
|
||||
|
||||
# Initialize the display. Must be called once before using the display.
|
||||
display.begin()
|
||||
|
|
|
|||
Loading…
Reference in a new issue