Switch LEDS off and on by column #include <Charliplexing.h> void setup() { LedSign::Init(); // initializes the screen } void loop() { for (int x=0; x<14; x++) { for (int y=0;…
Tag:
LOL Shield
-
-
This is the first of a new category, just code snippets for you to try. First example is random LEDs on using the LOLShield and an Arduino Code #include…