回复 会飞的羊🐑 :#include <LedControl.h> LedControl lc=LedControl(12,11,10,1); void setup() { lc.shutdown(0,false); lc.setIntensity(0,15); //亮度 lc.clearDisplay(0); //清屏 lc.setDigit(0,0,6,false);// 这个会亮 lc.setDigit(0,2,6,false);这个就不行了 } void loop() { }
2017年10月19日 13点10分