Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work for single display C-561H #9

Closed
fpilee opened this issue Mar 16, 2019 · 3 comments
Closed

Doesn't work for single display C-561H #9

fpilee opened this issue Mar 16, 2019 · 3 comments

Comments

@fpilee
Copy link

fpilee commented Mar 16, 2019

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) ;
}
@fpilee
Copy link
Author

fpilee commented Mar 16, 2019

disp.writeDigit(5) ;

@fpilee fpilee closed this as completed Mar 16, 2019
@5ft24dave
Copy link

5ft24dave commented Mar 16, 2019 via email

@fpilee
Copy link
Author

fpilee commented Mar 16, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants