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

Delete segment #47

Open
ITstreet1 opened this issue Apr 29, 2022 · 1 comment
Open

Delete segment #47

ITstreet1 opened this issue Apr 29, 2022 · 1 comment

Comments

@ITstreet1
Copy link

I use setDigit() to write a character on a 7 seg. How to delete that character, so nothing is displayed? Not to write 0, but to print nothing?

@phd0
Copy link

phd0 commented Oct 10, 2022

use the void setDigit(int addr, int digit, byte value, boolean dp); function with value=22 (aka ' ')
see the LedControl.h source code file for more explications.

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