Crates.io | esp32_tm1637 |
lib.rs | esp32_tm1637 |
version | 0.1.2 |
source | src |
created_at | 2023-11-30 18:43:50.711048 |
updated_at | 2023-12-01 13:33:05.32811 |
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 | 1054358 |
size | 28,399 |
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