Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/burgerindividual/teensy-led-matrix
- Owner: burgerindividual
- Created: 2023-09-15T04:54:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-27T03:52:29.000Z (over 1 year ago)
- Last Synced: 2023-09-27T07:08:55.866Z (over 1 year ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`