led-display-1.jpg

8x8 Arduino LED Display

This is a custom 8x8 single color LED display I created as a learning exercise. It uses 2 shift registers: one controlling the rows and the other for the columns. The Arduino program updates the state of the screen row per row by pushing bits into these registers.

The source code for the arduino program is available on github: https://github.com/waldobronchart/ArduinoLEDMatrix

Notes