4 releases

0.1.3 May 11, 2023
0.1.2 May 11, 2023
0.1.1 May 10, 2023
0.1.0 May 10, 2023

#1468 in Embedded development

MIT license

10KB
288 lines

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

Dependencies

~195KB