Skip to content
This repository has been archived by the owner on Feb 6, 2021. It is now read-only.

BicolorMatrix8x8 example code error line 32 #19

Closed
rarrmonkey opened this issue Dec 17, 2016 · 0 comments
Closed

BicolorMatrix8x8 example code error line 32 #19

rarrmonkey opened this issue Dec 17, 2016 · 0 comments

Comments

@rarrmonkey
Copy link

Adafruit_Python_LED_Backpack/examples/bicolor_matrix8x8_test.py

line 32
currently:

display = Matrix8x8.Matrix8x8(address=0x74, busnum=1)

should read:

display = BicolorMatrix8x8.BicolorMatrix8x8(address=0x74, busnum=1)

Thought my display was broken when I changed the first BicolorMatrix8x8 but missed the second.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants