#led-display #embedded-hal-driver #platform #esp32 #tm1637 #digital

no-std esp-tm1637

Yet another platform agnostic driver for a LED-display powered by TM1637 chip

3 releases

0.1.3 Dec 19, 2023
0.1.2 Dec 8, 2023
0.1.1 Dec 2, 2023
0.1.0 Dec 2, 2023

#648 in Embedded development

Download history 6/week @ 2023-12-18 8/week @ 2024-02-19 9/week @ 2024-02-26 70/week @ 2024-04-01

70 downloads per month

MIT/Apache

9KB
181 lines

Platform-agnostic driver for TM1637

This repository contains a driver for seven-segment display TM1637. It was implemented using embedded-hal, so it should be platform-agnostic, though examples use ESP32. Several examples are included, e. g. simple digital clocks or just sending some bytes around.

Checking out

Building:

cargo build

Running an example:

cargo run --profile=lto --example=clocks

Dependencies

~160KB