|
|
发表于 2016-12-2 23:13:15
|
显示全部楼层
#include <LedControl.h>
LedControl lc=LedControl(12,11,10,1);
void setup() {
lc.shutdown(0,false);
lc.setScanLimit(0,7);
lc.setIntensity(0,8);
lc.clearDisplay(0);
}
void loop() {
lc.setRow(0,0,01000000);
}
l楼主 我好像点不亮的为什么?...新手求教 |
|