circuitpython-tm1637
circuitpython-tm1637 copied to clipboard
CircuitPython library für the TM1637 7-Segment Display
CircuitPython library für the TM1637 7-Segment Display
This is a CircuitPython port of the MicroPython TM1637 library from https://github.com/mcauser/micropython-tm1637.
Installation
Copy the file files/lib/TM1637.py to your lib-folder.
Usage
There is a simple example in files/main.py. The original MicroPython-repository has a number
of examples, links to documentation and some background info in the Readme.