Page 1 of 1
Make LED matrix array using a single microcontroller
Posted: Fri Jul 13, 2012 10:03 pm
by Shane
Circuit diagram for a moving LED matrix display.

- text_scroller.jpg (143.41 KiB) Viewed 11662 times
Re: Make LED matrix array using a single microcontroller
Posted: Sat Sep 22, 2012 2:24 pm
by Rksk
Shane wrote:Circuit diagram for a moving LED matrix display.
text_scroller.jpg
Can I use this for a large matrix display (like 16*64) ?
Will it show good outputs?
Re: Make LED matrix array using a single microcontroller
Posted: Sat Sep 22, 2012 3:17 pm
by Shane
Think about it as this. You TV refreshes the display 25 times per second. With two fields, it is like 50 fields per second.
With a microcontroller, How fast you think you can refresh these LED displays ? That's how this scanning method work. Though it can be logically thought as drawing to one display at a time, due its speed, no one will notice that. This is the common method used. Good luck and keep us updated.
Re: Make LED matrix array using a single microcontroller
Posted: Sat Sep 22, 2012 3:22 pm
by Rksk
Shane wrote:Think about it as this. You TV refreshes the display 25 times per second. With two fields, it is like 50 fields per second.
With a microcontroller, How fast you think you can refresh these LED displays ? That's how this scanning method work. Though it can be logically thought as drawing to one display at a time, due its speed, no one will notice that. This is the common method used. Good luck and keep us updated.
Thank you, I'll try to see it practically.
Re: Make LED matrix array using a single microcontroller
Posted: Sun Sep 23, 2012 5:01 pm
by Neo
Writing firmware for this.....
If you can understand the basic operation of a latch and shift register, it is easy to write the firmware by yourself. 74HC259 is a latch and 74HC595 is a shift register. If you want to become a good electronic engineer, it is a must to learn how to read a datasheet carefully and understand.
Here are the datasheets.
http://www.nxp.com/documents/data_sheet/74HC_HCT259.pdf
http://www.nxp.com/documents/data_sheet/74HC_HCT595.pdf
Re: Make LED matrix array using a single microcontroller
Posted: Wed Sep 26, 2012 10:19 pm
by chanakalin
74HC595 datasheet is not clear to beginners.
arduino.cc/en/Tutorial/ShiftOut helps me to understand it.
It says "Your account does not have permission to post links or domain/page references." while adding the link
