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

Hello folks, so I'm building a digital clock using the ds1307 RTC module, and everything works fine, except the issue that there's no colon or a dot showing in between...

Hi there, thanks for the library! I applied some formatting fixes to the code to improve the code readability. Previously, spaces and tabs were both used in the code which...

for some version the order of the chips is reversed so you’ll see “56781234” instead of “12345678”. reverse_enable option is an invalid for that issue . So if that is...

This adds support for 1. Negative integers with leading zeros 2. Floating point numbers Notes for floating point numbers 1. This assumes the display has exactly 4 digits. 2. Only...

Hello, I have made a custom board that has 6 tm1637 displays connected to an esp32. The board uses the same pin for CLK for all displays and a unique...

For doing something like [this "dOnE" example](https://github.com/avishorp/TM1637/blob/3cca19607013c49f6708b7f492765fea835431ca/examples/TM1637Test/TM1637Test.ino#L11), it would be helpful to have a diagram which shows which segment is which.

installing the library from arduino-cli, only version 1.2.0 is available. That one has a mistake in the library.properties files (wrong header filename). Please consider releasing the fix.

For a while, my display is showing a `8` on the 2nd digit starting from the left ! It seems that the whole digit is always on... I've launched the...