Micropython Tm1637 Versions Save

MicroPython driver for TM1637 quad 7-segment LED modules

v1.3.0

6 years ago

Adds alphanumeric font and scrolling.

show('1234')
show('cool')
scroll('hello world')
scroll(list(tm1637._SEGMENTS))

Backwards compatibility issue: If you are using tm1637._SEGMENTS, the blank and dash characters have been moved to the end of the font.

Previous font: 0-9, a-f, blank, dash New font: 0-9, a-z, blank, dash, star

blank was segment 16 and is now segment 37. dash was segment 17 and is now segment 38.

v1.2.0

6 years ago

v1.1.0

6 years ago

v1.0.0

6 years ago