3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Build a low cost, scrolling LED display for your Arduino microprocessor.

Step 2The LED Matrix Panel, or LMP

The LED Matrix Panel, or LMP
The LMP is 6-columns across by 5-rows down, totalling 30 LEDs. The size is chosen because this size Matrix is the smallest that can be used to display the English alphabet, and wide enough to be used for scrolling messages. It is also the largest matrix that can be built using ONLY the available output pins on 1 side of the Arduino package.

Technically: the columns are controlled by digital pins 2 through 7 (PORTD), while the rows use pins 8 through 12. This form of matrix addressing means that only ONE LED can be lit at any time, but allows us to control 30 LEDs individually without needing expensive multiplexing and addressing hardware.

Before we get to the actual construction, take a look at this youtube video to see some of the display functions that we can use the panel for.

http://www.youtube.com/watch?v=lCBOTupvXIY
« Previous StepDownload PDFView All StepsNext Step »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
177
Followers
22
Author:qs