Can you make a graphic with lights?
STEP ONE
Click on a LED display
STEP TWO
Copy the code
ResetSTEP THREE
Arduino IDE program
int pixels [8] = {
PASTE YOUR CODE HERE
};
Open the IDE program and copy the generated code into the specififed area above. Be careful not to duplicate your curly brackets.