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 |
#798 in Embedded development
40 downloads per month
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
- Install the crate along with the feature(s) for your chip(s):
$ cargo add tm16xx --features <chip>
- Import the crate:
use tm16xx::prelude::*;
Examples
- esp32-tm1628 - ESP32-based counter with the TM1628
Dependencies
~205KB