avishorp / TM1637

Arduino library for TM1637 (LED Driver)
GNU Lesser General Public License v3.0
428 stars 218 forks source link

Increases bitDelay to 100ms #30

Closed Kasoo closed 6 years ago

Kasoo commented 6 years ago

Some boards on ebay have high value pullups and smoothing caps that mean that 50ms is not enough, raise that to 100ms.

resolves #18

christianpetri commented 6 years ago

This resolved my issue for this particular board (https://www.aliexpress.com/item/TM1637-4-Digit-LED-0-56-Display-Tube-Decimal-7-Segments-Clock-Double-Dots-Module-0/32841763730.html)

Thank you so much for your great work :) 👍

kolyshkin commented 6 years ago

This fixes the library for me too, while using these modules (bought on Ebay from China) with an attiny85; @avishorp please consider merging