Skip to content

Instantly share code, notes, and snippets.

@boxalljohn
Created August 1, 2013 05:00
Show Gist options
  • Save boxalljohn/6128524 to your computer and use it in GitHub Desktop.
Save boxalljohn/6128524 to your computer and use it in GitHub Desktop.
matrix.clear(); // clear the display
matrix.drawBitmap(0, 0, crosshatch, 8, 8, LED_ON); // setup the image to display
matrix.writeDisplay(); // display the image
delay(1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment