LED Matrix With A Gross Of Pixels

This LED matrix is arranged in a 24×6 pattern for message scrolling. There’s no etched boards here, making us wonder where [Syst3mX] found protoboard this long. He’s using an Arduino to drive the demonstration (clip after the break) but you can use any microcontroller with this setup. That’s because he’s using three shift registers for column data and a decade counter for row scanning, requiring just five control pins.

While you’re going to the trouble of ordering components, maybe you should try your hand at building a touch sensitive LED matrix too.

[youtube=http://www.youtube.com/watch?v=wNNTbhYPA94]

19 thoughts on “LED Matrix With A Gross Of Pixels

  1. This is relevant to my interests. I write software (Flex, AS, AIR) and just got my first Arduino board. I am wanting to learn how to make a simple countdown timer using the arduino to power a 7 segment led matrix. Does anyone know of a good starting point?

  2. Some students at my uni made a LED scroller or discrete LEDs. Standard 5 mm LEDs, and the board has about one meter long in real life, with character height about 10 centimeters. I never saw the actual construction because the LEDs are behind a smoked persplex glass but that must hundreds of LEDs!

  3. I’m thinking with a little tinkering this could be changed into a cheap system to control a huge block-controlled model train track with little hardware and little wiring.

    Think “10 speeds” instead of “10 LEDs per column” and think “24 blocks of track” instead of “24 columns”.

    Hmmm…

  4. allow me to save you the trouble of finding out (the hard way) what happens if you actually click the link.

    Get more out of Instructables, by Signing up for a Pro membership!
    PDF Downloads
    Download and customize PDF’s of any Instructable. Learn more »
    Digital Patches
    Did someone make something really cool? Learn more »
    All Steps Viewing
    View all steps of an Instructable on the same page. Learn more »
    Rich Text Editor
    Get a full featured WYSIWYG rich text editor. Learn more »
    Less Advertising
    More good stuff.
    Private Projects
    Make your Instructables Private and get a special link for sharing.
    Favorites List Pro Forums
    Skip »

  5. @rockrat
    While you can drive LED directly from the arduino like in this article it really isn’t the most practical/easy way to do it.

    There are LED driver IC that require only a few pins on the arduino and will control hundreds of LED just by sending the chip the correct commands.

    For standard digital display
    http://www.maxim-ic.com/datasheet/index.mvp/id/1339

    This one does text and has 104 ASCII letters ready to use.
    http://www.maxim-ic.com/datasheet/index.mvp/id/3379

  6. @cgmark

    I had purchased the MAX7221 or its variant a while back to implement this, but I got stuck trying to figure out how to hook it up to the arduino. I know I need to use the arduino’s serial outs, but I didn’t know which pins went to which on the chip. I think I have the software figured out, but is it possible to consistently give commands via the usb (like ever 500 milliseconds) to update the display or is this writing to many times to the arduino?

  7. Can someone explain to me why using a 4017 counter chip is a better solution than just using 6 output pins on the Arduino? If you still have to manually send a pulse to the 4017 to scan the rows there doesn’t seem to be any advantage except for freeing up 4 output pins on the micro. I suppose it would make the software a tiny bit easier/faster to send 1 pulse to the 4017 rather than controlling the state of 6 output pins, but is that the only reason?

Leave a Reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.