sigvaldm / SevenSeg

Arduino 7-segment display library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work for single display C-561H

fpilee opened this issue · comments

I tried on a Common Cathode single display and didn't worked :D

#include <SevenSeg.h>

SevenSeg disp (0,1,2,3,4,5,6) ;

void setup () {
  disp.setCommonCathode();
}
void loop () {
  disp.write(5) ;
}

disp.writeDigit(5) ;

Yes. But it doesn't work for only one display. I had to use writeDigit instead