Site icon Circuit Ideas for You

Simple Display Driver Circuit

Do we think about screen on calculator or phone if yes ? then a small translator is needed.

Display driver circuit is like that translator.

Tiny computer, microcontroller gives it information

Then driver change it to special code for display.

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:

Parts List:

CategoryComponentQuantity
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

This circuit shows how seven segment display work using CD4033 IC.

CD4033 is special chip it counts numbers and also give output for seven segment display.

It changes Johnson code to number on screen.

Display show numbers one by one like 0, 1, 2…

We have used 9V battery DC power to run it.

IC output is connected to common cathode display and 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.

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.

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.

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.

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.

To fix this use a capacitor.

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:

Connect Power Supply:

Connect CD4033 IC:

Connect the Display:

Add Resistors:

Connect Control Pins:

Connect Clock Input:

Connect All Grounds:

Test the Circuit:

Note:

Conclusion:

Simple Display Driver Circuit is very important part in electronic devices.

It take input signal and change it into control signal for screen or display.

This help show information in visual way like numbers, letters or pictures.

Because of this display driver is used in many things from small number displays to big graphic screens.

References:

Display driver

Datasheet IC CD4033

Exit mobile version