We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Open the Arduino IDE and create a new sketch
Add the following code at the top of the file:
#include "PixelGrid.h
In the setup function, add the following code:
PixelGrid.setup();
In the loop function, add the following:
PixelGrid.setPixel(6,6,PGCOLOR(10,10,10)); PixelGrid.update();
PixelGrid.setPixel(6,6,PGCOLOR(10,10,10));
PixelGrid.update();
There was an error while loading. Please reload this page.