tm1637-embedded-hal 0.5.0-alpha.1

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

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.