bremme / arduino-tm1637

Arduino library for using a 4 digit seven segment display with TM1636 or TM1637 driver IC
GNU General Public License v2.0
164 stars 62 forks source link

Blink a particular digit. #63

Open gityssh opened 1 year ago

gityssh commented 1 year ago

I guess the blink method works on all digits. Is it possible? to blink only 1 digit or 2 or just the dots? blink(C0); or C1 or C2 or C3 something like that?