linear1 forums
[part of the linear1 network]
+ [linear1 case mods]
+ [LED Center]
+ [privacy policy]
Welcome, Guest. Please login or register.
March 20, 2010, 11:02:10 AM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Login Register

linear1 forums  |  LED discussion  |  Microcontroller madness  |  Topic: Led Dot Matrix Display « previous next »
Pages: [1] Print
Author Topic: Led Dot Matrix Display  (Read 2644 times)
NewBee_SAfrica
Strong like bull
*
Offline Offline

Posts: 7


« on: August 02, 2006, 08:03:24 AM »

Hi All,
I am tring to build a dotrix display comprising (7 x 5) times 8. this goives 40 columns. I would like to use a microcontroller and vertically strobe the display. I was thinking of using cascaded 4017's or 74ls164 shift registers.  The shift registers would have a 1 cycled through them while the 4017's would sequence themselves.
Which would be the better option?
Logged
justDIY
Microcontroller Madman
Administrator
Smart like tractor
*****
Offline Offline

Posts: 1652


UFOric


WWW
« Reply #1 on: August 02, 2006, 09:02:15 AM »

i didn't read the datasheet a thousand times yet, but it doesn't look like the 164 allows "daisy chaining" of the chips, instead relying on a chip-select / reset line ... the disadvantage here is you either need a discrete output on your uC for each chip select line, or yet another chip to toggle the chip select lines.

my recommendation is the 74HC595 ... it's a serial in parallel out shifter like the 164, but it also supports daisy chaining, so you can treat it as a nBit register instead of just 8bit like the 164, for example four 595's "in series" gives you a single 32 64 bit register

for strobing the rows of the array, you can either use discrete pins off the uC to toggle power transistors (row drivers), or use a single pin off the uC as a clock for a 4017, and use it to toggle the row drivers.

for more gorey details see my blog articles on the subject of LED matrices here and here

ps, i've moved your thread to our microcontroller section
« Last Edit: August 02, 2006, 01:03:38 PM by justDIY » Logged

Want to contact me directly? gmail gordonthree
My Project Blog - http://projects.dimension-x.net

Favorite numbers:
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
NewBee_SAfrica
Strong like bull
*
Offline Offline

Posts: 7


« Reply #2 on: August 04, 2006, 04:15:36 AM »

thanks Justdiy,

Will have a look at the 74HC595
Logged
Pages: [1] Print 
linear1 forums  |  LED discussion  |  Microcontroller madness  |  Topic: Led Dot Matrix Display « previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC Valid XHTML 1.0! Valid CSS!
Page created in 0.121 seconds with 19 queries.