Display driver

This is the place for any magazine-related discussions that don't fit in any of the column discussion boards below.
Post Reply
JS
Posts: 19
Joined: Fri Aug 16, 2002 1:01 am
Contact:

Display driver

Post by JS »

Is there anyone with info about a 5x8 dot matrix LED character generator or driver chip. All of the sites I've checked so far only cover the 5x7's. I got the displays for free and don't want to gang up a bunch of gating chips to make them work. The readout will only be six characters wide. Thanks JS.
JPKNHTP
Posts: 488
Joined: Wed Jun 29, 2005 1:01 am
Location: Missouri
Contact:

Re: Display driver

Post by JPKNHTP »

-JPKNHTP
-God Bless
Gorgon
Posts: 325
Joined: Wed May 04, 2005 1:01 am
Location: Norway
Contact:

Re: Display driver

Post by Gorgon »

Hi,
you only need 5 shift registers. 1 for the rows and 4(8x4) for the columns. I suppose your displays are 5 columns each. To drive these you only need 3 signals. Data, clock and strobe/latch. 74hc4094 is usable for this. You would need 30 transistors & resistors too, one set for each column.
If you split the serial datainterface in two separate systems(2 clocks) one for the horizontal and one for the vertical, you may save a lot of processing power used. You then single step the column register and load the row register with 8 shifts. Data and strobe are the same for both.

TOK ;)
Gorgon the Caretaker - Character in a childrens TV-show from 1968. ;)
JS
Posts: 19
Joined: Fri Aug 16, 2002 1:01 am
Contact:

Re: Display driver

Post by JS »

Yes, I think I see where your going with this and with some refresh reading on digital logic this is making a little more sense. I only need to generate 8 different letters (not all at once) and 0-9. I did find a site with several drivers for 5x8's but the data sheets weren't ready yet.JS
User avatar
philba
Posts: 2050
Joined: Tue Nov 30, 2004 1:01 am
Location: Seattle
Contact:

Re: Display driver

Post by philba »

as usual, gorgon comes up with a good solution.

If your microcontroller has SPI, you can use that. I like the 74HC595 SR myself.

For the transistors, take a look at the uln2801 8 darlington array - nice compact package that is easy to layout in a circuit. mouser has them for $.56 and sometimes I see them even cheaper at the surplus sites. I'd be tempted to use resistor networks too, just to make it a clean implementation. KOA has some reasonably priced networks if you don't mind SMDs.
Gorgon
Posts: 325
Joined: Wed May 04, 2005 1:01 am
Location: Norway
Contact:

Re: Display driver

Post by Gorgon »

Hi Philba,
I would recommend uln2803(a) for 5V logic. 2801 has no serial resistor on the inputs.

JS
I'm sorry, I didn't explicit write about refresh and such drudgery :) I more or less took it for granted since it was a matrix display. My fault.

TOK ;)
Gorgon the Caretaker - Character in a childrens TV-show from 1968. ;)
User avatar
philba
Posts: 2050
Joined: Tue Nov 30, 2004 1:01 am
Location: Seattle
Contact:

Re: Display driver

Post by philba »

Hi Gorgon, you are right, better solution. In fact, I wanted to use it on a board I am making. It would have saved me some space but I was suprised to find that the 2803A does not appear to be made in an SMD version.

Phil
Engineer1138
Posts: 458
Joined: Thu Feb 05, 2004 1:01 am
Location: Minneapolis, MN
Contact:

Re: Display driver

Post by Engineer1138 »

philba: TI makes a SOIC version. http://focus.ti.com/lit/ds/symlink/uln2803a.pdf

It's available at DigiKey. One of the nice things about living in Minnesota is I can get next-day service from DigiKey for the price of Ground shipment :-)


I did check Micrel first: they just saved my bacon by also second-sourcing some Allegro parts that I couldn't find in small quantities elsewhere, but Micrel doesn't have the 2803 as far as I can see.
User avatar
philba
Posts: 2050
Joined: Tue Nov 30, 2004 1:01 am
Location: Seattle
Contact:

Re: Display driver

Post by philba »

Thanks, I found the ST ULN2003A (7 darlington version with 2.7K base resistor) that does come in SOIC. I try to stick with Mouser and they don't carry much TI (Linear or Freescale, sigh).
Post Reply

Who is online

Users browsing this forum: No registered users and 17 guests