Grove_4Digital_Display icon indicating copy to clipboard operation
Grove_4Digital_Display copied to clipboard

Display for digital tube

Results 6 Grove_4Digital_Display issues
Sort by recently updated
recently updated
newest added

The project: I am using a TM1637 7seg display as a count down timer for a coin operated module. Basically you put a quarter into a coin acceptor module, it...

'class TM1637' has no member named 'set'; did you mean 'setDp'?

I coded a program but it is only working with the PC connected. If the PC isn`t connected the Timer doesn´t work properly it only counts up to 2 or...

I'm using TM1637 time/clock module how can I enable clock/time ":" point tm1637.point(POINT_ON); or tm1637.point(true); is it wrong?

Library 1.0.0 installed via Arduino 1.18.13 manager (Ubuntu linux). tm1637 class defined with pins, initialized in setup {tm1637.init(); tm1637.set(BRIGHT_TYPICAL); tm1637.clearDisplay();} and called loop{tm1637.displayStr("L0");} Verify (or upload code) exits with error:...

While most functions use the number of digits specified in DIGITS, clearDisplay writes 0x7f only to digits 0x00~0x03. This creates artifacts when the number of digits is bigger than 4....