Crates.io | esp-tm1637 |
lib.rs | esp-tm1637 |
version | 0.1.3 |
source | src |
created_at | 2023-12-02 05:10:29.247299 |
updated_at | 2023-12-19 18:08:44.372703 |
description | Yet another platform agnostic driver for a LED-display powered by TM1637 chip |
homepage | |
repository | https://github.com/SeTSeR/esp32-tm1637 |
max_upload_size | |
id | 1055932 |
size | 29,262 |
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.
Building:
cargo build
Running an example:
cargo run --profile=lto --example=clocks