Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

continous display in seven segement display

Status
Not open for further replies.

Sunil Hiremath

Newbie level 1
Joined
Jan 20, 2014
Messages
0
Helped
0
Reputation
0
Reaction score
0
Trophy points
0
Location
Bangalore
Activity points
0
Hi friends,

I'm doing a project with counter and seven segment display and I want to keep displaying the previous count until new count comes. Is it possible to display the current count in seven segment display until new count comes.

I'm using multiplexed four seven segments to display counts from 0 to 9999.

Thank you.
 

Yes, you need to use a timer. Every time it interrupts you need to update the display. The interrupt should occur often enough to drive the display, but not so often that it consumes the processor. This will create a fake background task for updating the display while you wait for the value to change. This is the software implementation.

You could also do a hardware implementation, where you do not multiplex the display. Instead you drive them with shift registers. This will allow you to update once and leave them alone.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top