LedControl icon indicating copy to clipboard operation
LedControl copied to clipboard

Delete segment

Open ITstreet1 opened this issue 3 years ago • 1 comments

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?

ITstreet1 avatar Apr 29 '22 09:04 ITstreet1

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.

phd0 avatar Oct 10 '22 09:10 phd0