bablokb / circuitpython-tm1637

CircuitPython library für the TM1637 7-Segment Display
MIT License
19 stars 6 forks source link

Error in scroll function #1

Closed Lucvolders closed 3 years ago

Lucvolders commented 3 years ago

Hi I just stumbled upon an error in the scroll function. The library says on line 209 ms-sleep but that is nor defined. It should be time.sleep(delay)

Next the amount shoulod be a fraction of 1 for example .2 for 200 ms

Luc

bablokb commented 3 years ago

Yes, thanks. I missed this when I ported the library (and I haven't used this function myself).

bablokb commented 3 years ago

Fixed with b80cbb14690d49e40c2ebf8ca76f841452021da0