Site icon Circuit Ideas for You

Simple Display Driver Circuit

Have anyone ever wondered how the screen on a calculator or phone shows numbers? if yes, then we need a small translator.

Simple Display Driver Circuit is like that translator, with tiny computer, microcontroller which gives information and then driver change it to special code for display.

Therefore, this code tell display which light or pixel should turn ON and to show letter, number or maybe even picture.

So because of this driver circuit we can see nice things on our device screen.

Circuit Working:

Simple Display Driver Circuit Diagram

Parts List:

ComponentsValuesQuantity
Resistors22k 1/4 watt1
1kΩ 1/4 watt1
470Ω 1/4 watt1
CapacitorElectrolytic C1 100µF 25V1
SemiconductorsIC CD40331
Reset Switch1
Display 7-Segment Common Cathode Display1

To begin with, this circuit shows how seven segment display work using CD 4033 IC, as this CD4033 is special chip which counts numbers and also, give output for seven segment display.

Furthermore, it changes Johnson code to number on screen and display show numbers one by one like 0, 1, 2…

Here, we use a 9V DC battery to run the circuit and the IC output connects to a common cathode display, model LT543.

If Clock Enable, Strobe and Reset pins are all connected on ground low then IC will keep counting from 0 to 9.

After 9 it will go back to 0 and start again.

But if Reset pin gets high pulse and counting stops and go back to 0.

CD4033 ICs input is very sensitive it start counting when it sees change from high to low signal from positive to negative and when number increase IC gives correct output to light up display so we can see the number.

Want to count more? Like up to 100 or 1000? Just add more CD4033 chips and connect pin 5 carry out of first IC to pin 1 clock input of next IC.

Then when first chip finish 0 to 9 then next chip will start the counting and we can do this again and again with more chips by counting big numbers easily.

Formula:

Here some important things and formulas we will need when making display driver circuit with CD4033 IC:

1. Clock Frequency:

CD4033 moves to next number when it get clock pulse on CLK pin and we must choose how fast one wants it to count and this speed is in Hz (Hertz).

To find time between pulses use this formula:

T = 1​ / f

where,

2. Resistor for LED Segments:

Each LED in 7 segment display needs a resistor, why? so LED will not get too much current and burn out.

Use ohms law to find resistor value:

R = (VDD − VLED) / ILED

where,

3. Debounce Capacitor:

If we use push button to give clock signal it can bounce and give multiple counts fast and to fix this use a capacitor and also use this formula to find value:

τ = R × C

Pick C so it stops the bounce but not too slow or button will feel delayed.

Note:

These formulas give basic idea for making CD4033 driver circuit, but maybe we need to change values a bit which depends on the parts and what we want the circuit to do.

How to Build:

To build a Simple Display Driver Circuit we need to follow the below mentioned steps:

Test the Circuit:

Note:

Conclusion:

To conclude, Simple Display Driver Circuit is very important part in electronic devices, as it take input signal and change it into control signal for screen or display.

Also, this helps show information visually as numbers, letters or pictures, because of this, many devices use display drivers, from small number displays to large graphic screens.

References:

Datasheet IC CD4033

Exit mobile version