??? 05/19/06 07:25 Read: times |
#116601 - Wrong way up!! Responding to: ???'s previous message |
Abid Ali Siddiqui said:
"Common Cathode" means that all the LED cathodes for each digit are connected together - they are "common" Your schematic shows a Common Anode display; ie, all the Anodes for each digit are connected together: You will be able to see this in the Datasheet for the display. The 8051's ports are basically open-drain drivers, so they can sink current, but not source it. Therefore you really do need to use a Common Anode display. An example of using a common-anode display is shown here: http://chaokhun.kmitl.ac.th/~kswichit.../7-seg.htm To use a common Cathode display, you will need driver transistors for each segment. You will almost certainly also still need a driver transistor for each digit - it is unlikely that an 8051 port pin can sink eanough current for all the segments in a digit (certainly not at 15mA per segment!) |