Created
February 7, 2018 15:40
-
-
Save tablatronix/0d83b0d900aa2dd042b892de05f023a9 to your computer and use it in GitHub Desktop.
ebay neopixel 4x4
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Adafruit_NeoMatrix matrix = Adafruit_NeoMatrix(4, 4, PIN, | |
NEO_MATRIX_TOP + NEO_MATRIX_LEFT + | |
NEO_MATRIX_ROWS + NEO_MATRIX_ZIGZAG, | |
NEO_GRB + NEO_KHZ800); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment