Hi,
Yet another possible customer project, unusally they actually have a sensible budget.
Driver IC for Seven segment displays.
What is considered the preffered driver chip ? I see there are a few varients already supported by flowcode components.
Just looking for Numbers 0-9 and it will be sets of individual seven segment elements, not arrays of 4 digits as is usually found.
The project will contain 30 seperate 7 seg digits.
+ 26 LED lamps and 4 classic LEDs. Look up an Aston series 1 lagonda dash board...its a spaceship of a car from the late 70s
thanks for any guidance. J.
Seven Segment Driver ICs - What is the best?
-
- Posts: 204
- http://meble-kuchenne.info.pl
- Joined: Sun Dec 20, 2020 6:06 pm
- Has thanked: 77 times
- Been thanked: 55 times
-
- Posts: 786
- Joined: Thu Dec 03, 2020 8:25 pm
- Location: Denmark
- Has thanked: 677 times
- Been thanked: 176 times
Re: Seven Segment Driver ICs - What is the best?
Hi /J
I don't really know what you are going to do with the project and what you want, but as you mention yourself, there are several in flowcode.
I know from earlier where you assembled everything yourself with Cmos and TTL circuits I have used sevensegment driver which an Lacth, counter, 4 bit, select Anode/Catode ect. as you can use with FC10 and Arduino and Pic.
Have a look at CD4543, BCD and 4026 counter, MC14558 seach for the data on the internet
Hope it is this could be usefull
Br Jorgen
I don't really know what you are going to do with the project and what you want, but as you mention yourself, there are several in flowcode.
I know from earlier where you assembled everything yourself with Cmos and TTL circuits I have used sevensegment driver which an Lacth, counter, 4 bit, select Anode/Catode ect. as you can use with FC10 and Arduino and Pic.
Have a look at CD4543, BCD and 4026 counter, MC14558 seach for the data on the internet

Hope it is this could be usefull

Br Jorgen
-
- Valued Contributor
- Posts: 1537
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 352 times
- Been thanked: 550 times
Re: Seven Segment Driver ICs - What is the best?
Hi JayDee
You could probably get an army of free workers to help on that Lagonda. No moving parts other than the steering wheel if I remember.
Regards
You could probably get an army of free workers to help on that Lagonda. No moving parts other than the steering wheel if I remember.
Regards
-
- Valued Contributor
- Posts: 1009
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 192 times
- Been thanked: 217 times
Re: Seven Segment Driver ICs - What is the best?
Hi JayDee
Take a look here....
Choice of:
https://www.adafruit.com/category/88
a variation ?: From Flowcode:
Take a look here....
Choice of:
https://www.adafruit.com/category/88
a variation ?: From Flowcode:
Re: Seven Segment Driver ICs - What is the best?
Hi,
so the HT16K33 looks like a good route to investiagte. I see the FC components has been setup for dot matrix style displays. I guess it would need tweaking to suit a standard 7 segment.
I'll have a read of the datasheet and see how lost i get! J.
so the HT16K33 looks like a good route to investiagte. I see the FC components has been setup for dot matrix style displays. I guess it would need tweaking to suit a standard 7 segment.
I'll have a read of the datasheet and see how lost i get! J.
-
- Valued Contributor
- Posts: 1537
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 352 times
- Been thanked: 550 times
Re: Seven Segment Driver ICs - What is the best?
Hi
What might suit as you have many LED displays to control, is the humble CMOS 4026B as it only needs two connections. It is a counter optimised for 7-segment displays. A positive pulse increments the display (0-9) and a high pulse on reset sets it back to zero.
You would need a little routine that would, for example, reset then pulse in the required number. Even a modest uC can do that in an instant.
Regards
What might suit as you have many LED displays to control, is the humble CMOS 4026B as it only needs two connections. It is a counter optimised for 7-segment displays. A positive pulse increments the display (0-9) and a high pulse on reset sets it back to zero.
You would need a little routine that would, for example, reset then pulse in the required number. Even a modest uC can do that in an instant.
Regards