Skip to content

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

Notifications You must be signed in to change notification settings

burgerindividual/teensy-led-matrix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages