smittytone / HT16K33-Python

Combination Micropython and Circuitpython drivers for various HT16K33-based LEDs
https://smittytone.net/docs/ht16k33.html
MIT License
31 stars 7 forks source link

Blink rate at 0.5 Hz is impossible to obtain. #14

Closed Karrp closed 9 months ago

Karrp commented 9 months ago

''' >>> display.set_blink_rate(0.5) Traceback (most recent call last): File "", line 1, in File "/lib/ht16k33.py", line 49, in set_blink_rate TypeError: unsupported types for and: 'float', 'int' '''

smittytone commented 9 months ago

Yes, that's definitely a bug. Thanks for letting me know. It'll be fixed in the next release.

smittytone commented 9 months ago

Fixed and released