Closed simoneluconi closed 4 years ago
I agree that it makes sense to blink the clock at a lower speed. But the TM1637_DEFAULT_BLINK_DELAY constant is also used for the normal blink()
method. I would suggest to to use two different constants:
#define TM1637_DEFAULT_BLINK_DELAY 50
#define TM1637_DEFAULT_CLOCK_BLINK_DELAY 500
And add an optional blinkDelay
to the printTime()
method. If you want and agree with the above you are welcome to make another pull request. I will try to respond a bit quicker this time (sorry for that).
I just implemented this feature, will merge into master
later today. Thanks again for you suggestion!
Normally in clocks the dots stay on for 500ms and off for 500ms, not 50ms.