Skip to content

Instantly share code, notes, and snippets.

@boxalljohn
Created August 1, 2013 04:25
Show Gist options
  • Save boxalljohn/6128403 to your computer and use it in GitHub Desktop.
Save boxalljohn/6128403 to your computer and use it in GitHub Desktop.
// required libraries
#include <Wire.h>
#include "Adafruit_LEDBackpack.h"
#include "Adafruit_GFX.h"
// define matrix object
Adafruit_8x8matrix matrix = Adafruit_8x8matrix();
void setup()
{
// start the matrix at I2C address - default is 0x70
matrix.begin(0x70); // pass in the address
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment