TM1637 icon indicating copy to clipboard operation
TM1637 copied to clipboard

Arduino library for TM1637 (LED Driver)

Results 21 TM1637 issues
Sort by recently updated
recently updated
newest added

Great library, thanks! There's nothing wrong with it on the software side. If you have problems with your TM1637 display (in my case a 4-digit 7-segment): - [Paul_B gave the...

Hello, is it possible to add a fuction that flips the TM1637-based 7-segment 4-digit display, so the numbers (time) are showing as rotated 180 degrees? I'm building a timer that...

Hello, I have a project with 3x 7segment displays. If I use the library TM1637 (TM1637.h) , all of displays are working perfectly. But there aren't enough functions for my...

Hi Is there any way exist in this library that i blink dots (":") in middle of screen ? I write a little clock module and want more user friendly...

I added support for 6 digit displays, as well as remapping the order of the digits themselves. (The controller chip can support up to 6 digits.) I did it by...

Hello, there were often strange wrong characters on the display. I compared it with the [6 digit version](https://github.com/TinyTronics/TM1637_6D) and I found a bug. Instead of digitalWrite, there's pinMode everywhere. I...

Adding a new feature to support usage of colon (see new example) @avishorp this could be interesting to have a new feature to this library

I optimized the timing for writing a command, so it is able to be followed by a read of keypad scan!

Anyone got this working with 6 digits? ![Screenshot 2021-03-01 at 11 56 47](https://user-images.githubusercontent.com/1210628/109487959-34341680-7a85-11eb-9453-83913fad67a1.jpg)

the line "#define SEG_DP 0b10000000" is not present in TM1637Display.h error example : Bounty_Matrix:169:43: error: 'SEG_DP' was not declared in this scope SEG_A | SEG_D | SEG_E | SEG_F |...