#led-display #embedded-hal #display-interface #tm1637 #led-driver #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

6 releases (breaking)

new 0.5.0-alpha.1 Dec 27, 2024
0.4.0 Sep 28, 2024
0.3.0 Sep 7, 2024
0.2.1 Aug 31, 2024
0.1.0 May 6, 2024

#237 in Embedded development

Download history 17/week @ 2024-09-11 9/week @ 2024-09-18 159/week @ 2024-09-25 34/week @ 2024-10-02 6/week @ 2024-10-09 1/week @ 2024-12-04 2/week @ 2024-12-11 86/week @ 2024-12-25

89 downloads per month

MIT/Apache

165KB
4K SLoC

TM1637

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

The following features are available:

  • 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.7MB
~34K SLoC