Platform-agnostic (via embedded-hal
) Rust driver for TM16xx
LED matrix modules.
| Feature | Chip | Display | Buttons | Notes |
| ------- | ---- | ------- | ------- | ----- |
| tm1628
| TM1628 | ✅ | ❌ | |
✅ = full support, ❌ = no support, ⚠️ = partial + see notes
$ cargo add tm16xx --features <chip>
rust
use tm16xx::prelude::*;