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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…