Crates.io | tm16xx |
lib.rs | tm16xx |
version | 0.1.3 |
source | src |
created_at | 2023-05-10 16:44:33.205465 |
updated_at | 2023-05-11 15:11:46.317383 |
description | Embedded drivers for TM16xx display controllers. |
homepage | https://github.com/dangreco/tm16xx |
repository | https://github.com/dangreco/tm16xx |
max_upload_size | |
id | 861449 |
size | 10,917 |
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>
use tm16xx::prelude::*;