#include <LedControl.h>
LedControl lc = ledControl(23,18,5,1); // DIN,clk,cs,1
void setup() {
lc.shutdown(0,false);
lc.setIntetsity(0,8);
lc.clearDisaply(0)
}
void loop() {
lc.setRow(0,0,B11111111);
}
// find and create corectly
#include <LedControl.h>
LedControl lc = ledControl(23,18,5,1); // DIN,clk,cs,1
void setup() {
lc.shutdown(0,false);
lc.setIntetsity(0,8);
lc.clearDisaply(0)
}
void loop() {
lc.setRow(0,0,B11111111);
}
// find and create corectly