Micropython-tm1637

Latest version: v1.3.0

Safety actively analyzes 613542 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

1.3.0

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.

1.2.0

1.1.0

1.0.0

Links

Releases

Has known vulnerabilities

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.