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

16 display #6

Open
nabs13 opened this issue Nov 26, 2018 · 1 comment
Open

16 display #6

nabs13 opened this issue Nov 26, 2018 · 1 comment

Comments

@nabs13
Copy link

nabs13 commented Nov 26, 2018

Hello Miguel, great work with the library, im trying to control 16 digit 7 segment with one arduino and so far your library is closest to what i need. i was thinking of making modifications to your library so it could accept 2 instances of the object shiftdisplay so that i can display 00000000-99999999 for one set and 00000000-99999999 for another set, but i am not the best C++ programmer around could you show me the way forward?
Best Regards

@ameer1234567890
Copy link

You can create 2 instances like this:

ShiftDisplay display1(COMMON_CATHODE, 8);
ShiftDisplay display2(COMMON_CATHODE, 8);

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