tm16xx

Crates.iotm16xx
lib.rstm16xx
version0.1.3
sourcesrc
created_at2023-05-10 16:44:33.205465
updated_at2023-05-11 15:11:46.317383
descriptionEmbedded drivers for TM16xx display controllers.
homepagehttps://github.com/dangreco/tm16xx
repositoryhttps://github.com/dangreco/tm16xx
max_upload_size
id861449
size10,917
Dan Greco (dangreco)

documentation

https://docs.rs/crate/tm16xx

README

TM16xx

Platform-agnostic (via embedded-hal) Rust driver for TM16xx LED matrix modules.

Feature Matrix

Feature Chip Display Buttons Notes
tm1628 TM1628

✅ = full support, ❌ = no support, ⚠️ = partial + see notes

Usage

  1. Install the crate along with the feature(s) for your chip(s):
$ cargo add tm16xx --features <chip>
  1. Import the crate:
use tm16xx::prelude::*;

Examples

Commit count: 12

cargo fmt