#embedded-hal-driver #embedded-hal-async #display-driver #tm1637 #led-display #driver-interface #7-segment #embedded-driver #display-interface #no-std

no-std tm1637-embedded-hal

A platform agnostic driver to interface with the TM1637 (7-segment LED display) using embedded-hal and embedded-hal-async

10 releases (4 breaking)

0.5.1 May 29, 2025
0.5.0 May 22, 2025
0.5.0-alpha.2 Mar 30, 2025
0.5.0-alpha.1 Dec 27, 2024
0.1.0 May 6, 2024

#356 in Embedded development

Download history 110/week @ 2025-03-29 15/week @ 2025-04-05 8/week @ 2025-04-12 2/week @ 2025-04-19 2/week @ 2025-05-10 203/week @ 2025-05-17 144/week @ 2025-05-24 31/week @ 2025-05-31

619 downloads per month

MIT/Apache

170KB
4K SLoC

TM1637

Build Status crates.io Crates.io (MSRV) docs.rs Crates.io (Downloads) Crates.io (License)

A platform agnostic driver to interface with the TM1637 (7-segment display) using the embedded-hal and embedded-hal-async traits.

"ruSt" on a 4-digit display

Features

  • ack: Enables the driver to use the InputPin trait for the DIO pin and wait for the acknowledgment signal from the display.
  • defmt: Implements defmt::Format for structs and enums.

Usage

See examples directory or visit wokwi.com.

example

Demo

See demo.

Other Repositories

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

Dependencies

~1–1.6MB
~32K SLoC