I build myself a scrolling led message board and every Christmas and new year I have this in my front window to greet the people in front of my house. Every year I reprogram the Arduino Uno with the wishes I want to display. I has become kind of a tradition here. I used an Arduino Uno (clone) and six MAX7219 based LED Matrix Displays forming a 192 x 8 led area. I chose these number of displays because it would fit my window, but the number of displays you want to use is not limited. When a line is displayed it will scroll on the display from right to left and when the display is fully filled it will scroll on until the whole message is displayed. Then it will wait for a few seconds, clear the display with animation and start a random new message. On this page you can find the hardware and the software for this project. Regards, Hein Pragt
What components do you need?
- An Arduino Uno board; (Nano will also work)
- MAX7219 LED Matrix Display 8×32 (2 – 8);
- 5V DC Power supply at least 3A;
- Board to build on;
For my version I used an Arduino Uno clone but an Arduino Nano would also be possible, you would have to find the SPI and SS lines for the Nano yourself. I mounted the led displays on a wooden board with stands and the Arduino Uno at the back. In my first design I included a power supply board (the power supply of the Arduino is by far not sufficient) but in the end it was better to use a switching external power supply of 5V DC to feed the Arduino (Vin) and the Led displays. The led displays will take a lot of current, so more displays means a more powerful power supply.
The connections are very easy, just two power lines and three SPI lines. The Matrix units come in 8×8 times four on a single board, with holes for the connectors at both sides. What I did was lift off the two outer displays, mount the base board on the wooden board and then connect the connector holes with small wires. This is more reliable and you can fit the display units tight together. Look close at the position of the led matrix boards and put them all in the same position. (Also look carefully when putting the displays back on).
The software
I personally do not like to use Arduino libraries, you have to find the correct one and the correct version or it will not work or give compile errors. So what I did was write the whole driver code myself. The whole Arduino project contains two files, the ledmatrix.ino and a 8×8 font include file. In the sourcecode there is an array of messages, you can fill them as you need, they will be stored in flash so there is (almost) no limit to the size. In the top of the code you can define how many displays you have connected (the number of 8×8 blocks), the code will adjust to this automatically. I give you the full sourcecode you can modify it yourself if you want to. The download link is at the bottom of the page. If you need hardware you can visit my webshop.
Download
Retro computing webshop
Heinpragt.nl is a daughter site of this website and a webshop focused on retro computer parts, retro electronics components and chips and other articles that have a connection with old retro computers. It is a small webshop that I run myself and I also try to get some more information about retro computers and electronics. Shipments are only made to countries within the European Union.
Retro computing parts webshop