Closed Karrp closed 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' '''
Yes, that's definitely a bug. Thanks for letting me know. It'll be fixed in the next release.
Fixed and released
''' >>> 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'
'''