Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/burgerindividual/teensy-led-matrix

Drives a shift-register-based LED matrix entirely in software
https://github.com/burgerindividual/teensy-led-matrix

Last synced: about 2 months ago
JSON representation

Drives a shift-register-based LED matrix entirely in software

Awesome Lists containing this project

README

        

## Teensy 4.0 LED Matrix

The code that drives a shift-register-based LED matrix entirely in software.

This is a dumb idea. However, if it works, it would be really silly.

#### Building and Uploading
`cargo objcopy --release -- -O ihex target/out.hex && teensy_loader_cli --mcu=TEENSY40 -w target/out.hex`