Skip to content

Instantly share code, notes, and snippets.

@tablatronix
Created February 7, 2018 15:40
Show Gist options
  • Save tablatronix/0d83b0d900aa2dd042b892de05f023a9 to your computer and use it in GitHub Desktop.
Save tablatronix/0d83b0d900aa2dd042b892de05f023a9 to your computer and use it in GitHub Desktop.
ebay neopixel 4x4
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