LED matrix + OLED panel Facebook "wall"

I discovered some inexpensive LED matrix panels on eBay from Sure Electronics -- there are threads elsewhere in the forums on these. Since they have a nice serial protocol to control them, they were perfect to do some wall signs.

Haven't designed an enclosure for this one yet, but it pulls entries from my twitter feed and shows the person's picture on the OLED and then scrolls the tweet text in the LED display:

http://www.atomsandelectrons.com/blog/post/Facebook-e2809cWalle2809d.aspx

This one combines a few sizes of the LED matrix parts into a laser-cut acrylic enclosure. Driving the LEDs is really simple and the parts are cost-effective.

http://www.atomsandelectrons.com/blog/post/1000-Points-of-Light.aspx

The OLED panel is from Sparkfun. It's cool but you talk to it through a fairly slow serial link so it takes a long time to push the images to it. Fortunately you can add a microSD card to it and cache the images there so subsequent displays are quick.

/y

Nice job :smiley:
Where have you found these led matrix?

I purchased them from eBay seller "sureelectronics". They are $10 and they ship free, but since they come from China it can take a couple weeks.

Here are the 24x16 panels:
http://shop.ebay.com/sureelectronics/m.html?_nkw=24+16

And other sizes they carry:
http://shop.ebay.com/sureelectronics/m.html?_nkw=led+matrix

I've used the 32x8 ones as well. They have the same driver chip and you can daisy chain both sizes and control up to 4 of them with just 3 arduino output pins.

many thanks :slight_smile:

Very nice, you got any code for that?

I have seen a similar project before but not with the OLED display. That just finishes it off nicely...

There is a whole topic (almost) commenting on those LED display boards, just a word of warning coming from that topic:

Don't try to daisy-chain too many together because you will often find that some of them are not the same brightness as the other boards...

Apart from that, they are a great board with controller on board, making it very simple...

Mowcius