Skip to content

dangreco/TM16xx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Embedded drivers for TM16xx display controllers.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages