https://github.com/lionello/p10-led-arduino
Test program/routines for driving a monochrome ZhongHang P10 LED screen with an Arduino UNO/Leonardo/...
https://github.com/lionello/p10-led-arduino
Last synced: 22 days ago
JSON representation
Test program/routines for driving a monochrome ZhongHang P10 LED screen with an Arduino UNO/Leonardo/...
- Host: GitHub
- URL: https://github.com/lionello/p10-led-arduino
- Owner: lionello
- Created: 2015-04-21T13:49:47.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-19T10:02:12.000Z (over 9 years ago)
- Last Synced: 2025-04-01T04:52:49.297Z (2 months ago)
- Language: C
- Homepage:
- Size: 156 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# p10-led-arduino
Arduino project that shows how to drive a P10 LED screen in different ways. The code shows several techniques:
* Bit-banging the P10 shift registers using inline assembly
* Using Timer1 to drive the display versus "loop()"
* Different mini game implementations: Snake, Pong
* 64-byte sine/cosine table
* Sampling AUX-level audio https://www.youtube.com/watch?v=M0RNVcwk8RAThis particular code was made to run on an Arduino UNO, attached to a 11 panel P10 LED banner, resulting in a 352x16 LED screen.
Some of the copyrighted assets were removed from the repo, but you can use the content from `text.h` as a template.