??? 05/18/06 10:36 Read: times |
#116477 - Think about it Responding to: ???'s previous message |
Abid Ali Siddiqui said:
the basic is subroutines of controlling the 7seg with out any multiplexing ic Do you understand the principle of how multiplexing works - irrespsective of whether you do it in hardware or software? REPEAT select the 1st digit; activate segments for the 1st digit; pause; select the 2nd digit; activate segments for the 2nd digit; pause; : : etc, etc,... FOREVER(it may be worth having a brief "all segments off" period between digits) You might do this in a timer interrupt, or as part of your main code loop... |