An LED 7-segment digital display is an electronic component used to display decimal numbers and limited characters by illuminating specific arrangements of seven light-emitting diodes (LEDs). These segments are arranged in a figure-eight configuration. They are universally found in everyday items like digital clocks, basic calculators, household appliances, and petrol station price boards. Anatomy of a 7-Segment Display
Each individual segment is assigned a standard letter from A to G: A, D, G: The top, bottom, and middle horizontal bars. F, B: The top-left and top-right vertical bars. E, C: The bottom-left and bottom-right vertical bars.
DP (Decimal Point): A common eighth segment used for displaying fractions or fractional numbers. Operating Configurations
Because illumination requires an electrical circuit, 7-segment modules are manufactured in two standard wiring layouts:
Common Cathode (CC): All the negative terminals (cathodes) of the LEDs are tied together to a ground pin. Individual segments light up when they receive a high voltage (logic 1).
Common Anode (CA): All the positive terminals (anodes) share a single connection tied to the power supply. A segment illuminates when its specific pin is grounded (logic 0). Multi-Digit Functionality 7-Segment LED Display and Arduino | by Vincent Wong
Leave a Reply