Seven-segment display

From Wikipedia, the free encyclopedia
(Redirected from Seven segment display)

A typical 7-segment LED display component, with decimal point in a wide DIP-10 package

A seven-segment display is a form of electronic display device for displaying decimal numerals that is an alternative to the more complex dot matrix displays.

Seven-segment displays are widely used in digital clocks, electronic meters, basic calculators, and other electronic devices that display numerical information.[1]

History[edit]

Seven-segment representation of figures can be found in patents as early as 1903 (in U.S. patent 1,126,641), when Carl Kinsley invented a method of telegraphically transmitting letters and numbers and having them printed on tape in a segmented format. In 1908, F. W. Wood invented an 8-segment display, which displayed the number 4 using a diagonal bar (U.S. patent 974,943). In 1910, a seven-segment display illuminated by incandescent bulbs was used on a power-plant boiler room signal panel.[2] They were also used to show the dialed telephone number to operators during the transition from manual to automatic telephone dialing.[3] They did not achieve widespread use until the advent of LEDs in the 1970s.

Filament seven-segment display

Some early seven-segment displays used incandescent filaments in an evacuated bulb; they are also known as numitrons.[4] A variation (minitrons) made use of an evacuated potted box. Minitrons are filament segment displays that are housed in DIP (dual in-line package) packages like modern LED segment displays. They may have up to 16 segments.[5][6][7] There were also segment displays that used small incandescent light bulbs instead of LEDs or incandescent filaments. These worked similarly to modern LED segment displays.[8]

Vacuum fluorescent display versions were also used in the 1970s.[9]

Many early (c. 1970s) LED seven-segment displays had each digit built on a single die. This made the digits very small. Some included magnifying lenses in the design to try to make the digits more legible.[10][11] Other designs used 1 or 2 dies for every segment of the display.[12][13]

The seven-segment pattern is sometimes used in posters or tags, where the user either applies color to pre-printed segments, or applies color through a seven-segment digit template, to compose figures such as product prices or telephone numbers.

For many applications, dot-matrix liquid-crystal displays (LCDs) have largely superseded LED displays in general, though even in LCDs, seven-segment displays are common. Unlike LEDs, the shapes of elements in an LCD panel are arbitrary since they are formed on the display by photolithography. In contrast, the shapes of LED segments tend to be simple rectangles, because they have to be physically moulded to shape, which makes it difficult to form more complex shapes than the segments of seven-segment displays. However, the easy recognition of seven-segment displays, and the comparatively high visual contrast obtained by such displays relative to dot-matrix digits, makes seven-segment multiple-digit LCD screens very common on basic calculators.

The seven-segment display has inspired type designers to produce typefaces reminiscent of that display (but more legible), such as New Alphabet, "DB LCD Temp", "ION B", etc.

Using a restricted range of letters that look like (upside-down) digits, seven-segment displays are commonly used by school children to form words and phrases using a technique known as "calculator spelling".

Implementations[edit]

A vane display at a gas station
A multiplexed 4-digit, seven-segment display with only 12 pins
A 4-digit display scanning by columns to make the number 1.234
Eight small rectangular blobs, which are the digits, connected by fine hair-like wires to tracks along a circuit board
X-Ray of an 8-digit 7-segment multiplexed LED display from a 1970s calculator

Seven-segment displays may use a liquid crystal display (LCD), a light-emitting diode (LED) for each segment, an electrochromic display, or other light-generating or controlling techniques such as cold cathode gas discharge (Panaplex), vacuum fluorescent (VFD), incandescent filaments (Numitron), and others. For gasoline price totems and other large signs, vane displays made up of electromagnetically flipped light-reflecting segments (or "vanes") are still commonly used. A precursor to the 7-segment display in the 1950s through the 1970s was the cold-cathode, neon-lamp-like nixie tube. Starting in 1970, RCA sold a display device known as the Numitron that used incandescent filaments arranged into a seven-segment display.[14] In USSR, the first electronic calculator "Vega", which was produced from 1964, contains 20 decimal digits with seven-segment electroluminescent display.[15]

In a simple LED package, typically all of the cathodes (negative terminals) or all of the anodes (positive terminals) of the segment LEDs are connected and brought out to a common pin; this is referred to as a "common cathode" or "common anode" device.[16] Hence a 7 segment plus decimal point package will only require nine pins, though commercial products typically contain more pins, and/or spaces where pins would go, in order to match standard IC sockets. Integrated displays also exist, with single or multiple digits. Some of these integrated displays incorporate their own internal decoder, though most do not: each individual LED is brought out to a connecting pin as described.

Multiple-digit LED displays as used in pocket calculators and similar devices used multiplexed displays to reduce the number of I/O pins required to control the display. For example, all the anodes of the A segments of each digit position would be connected together and to a driver circuit pin, while the cathodes of all segments for each digit would be connected. To operate any particular segment of any digit, the controlling integrated circuit would turn on the cathode driver for the selected digit, and the anode drivers for the desired segments; then after a short blanking interval the next digit would be selected and new segments lit, in a sequential fashion. In this manner an eight digit display with seven segments and a decimal point would require only 8 cathode drivers and 8 anode drivers, instead of sixty-four drivers and IC pins.[17] Often in pocket calculators the digit drive lines would be used to scan the keyboard as well, providing further savings; however, pressing multiple keys at once would produce odd results on the multiplexed display.

Although to a naked eye all digits of an LED display appear lit, only one digit is lit at any given time in a multiplexed display. The digit changes at a high enough rate that the human eye cannot see the flashing (on earlier devices it could be visible to peripheral vision).

Characters[edit]

Segment names of a seven-segment display with an eighth Decimal Point segment.

The seven segments are arranged as a rectangle, with two vertical segments on each side and one horizontal segment each at the top, middle, and bottom. Often the rectangle is oblique (slanted), which may aid readability. In most applications, the segments are of nearly uniform shape and size (usually elongated hexagons, though trapezoids and rectangles can also be used); though in the case of adding machines, the vertical segments are longer and more oddly shaped at the ends, to try to make them more easily readable. The seven elements of the display can be lit in different combinations to represent each of the Arabic numerals.

The individual segments are referred to by the letters "a" to "g", and an optional decimal point (an "eighth segment", referred to as DP) is sometimes used for the display of non-integer numbers.[18][16] A single byte can encode the full state of a seven-segment display, including the decimal point. The most popular bit encodings are gfedcba and abcdefg. In the gfedcba representation, a byte value of 0x06 would turn on segments "c" and "b", which would display a "1".

16×8 grid showing the 128 states of a seven-segment display[19]

Decimal[edit]

The numerical digits 0 to 9 are the most common characters displayed on seven-segment displays. The most common patterns used for each of these are:[20]

0 1 2 3 4 5 6 7 8 9

Alternative patterns: The numeral 1 may be represented with the left segments, the numerals 6 and 9 may be represented without a "tail", and the numeral 7 represented with a 'tail':[21]

1* 6 7 9

In Unicode 13.0, 10 codepoints had been given for segmented digits 0–9 in the Symbols for Legacy Computing block, to replicate early computer fonts that included seven-segment versions of the digits.[22] The official reference shows the less-common four-segment "7". The characters as displayed by your browser:

0 1 2 3 4 5 6 7 8 9
U+1FBFx 🯰 🯱 🯲 🯳 🯴 🯵 🯶 🯷 🯸 🯹

Hexadecimal[edit]

Four binary bits are needed to specify the numbers 0–9, but can also specify 10–15, so usually decoders with 4 bit inputs can also display hexadecimal (hex) digits. Today, a combination of uppercase and lowercase letters is commonly used for A–F;[23] this is done to obtain a unique, unambiguous shape for each hexadecimal digit (otherwise, a capital "D" would look identical to a '0' and a capital 'B' would look identical to an '8').[24][25][26][27] Also the digit '6' must be displayed with the top bar lit to avoid ambiguity with the letter 'b'.

A b C d E F

Letters[edit]

Most letters of the Latin alphabet can be reasonably implemented using seven segments. Though not every letter is available, it is possible to create many useful words. By careful choice of words, one can sometimes work around many shortcomings of seven-segment alphabet encodings.

Latin alphabet
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Upper А C E F G H I* J* L O P S T U Z
Lower a* b c d e g* h i# j l n o q r t u y
  Ambiguous with a digit. Upper case I could be put on the left (as lower-case L is shown here) but this is not often done. Lowercase 'b' and 'q' are identical to the alternate numerical digits '6' and '9'.

Short messages giving status information (e.g. "nospd1SC" on a CD player) are also commonly represented on seven-segment displays. In the case of such messages it is not necessary for every letter to be unambiguous, merely for the words as a whole to be readable.

Examples:

OPEn, CLOSE, PLAy, PAUSE, SHUFFLE, no dISC
StArt, StoP, run, FAIL, Error, SEtUP, HELP
on, OFF, yES, no, Hot, CoLd

Seven-segment displays have also been used to show letters of the Cyrillic and Greek alphabets:

Cyrillic alphabet
А Б В Г Д Е Ё Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ъ Ы Ь Э Ю Я
Upper А Б В Г Е З Н О П Р С У Ч ЫЫ Ь Э
Lower г д и й о п с
  Ambiguous with a digit.
Greek alphabet
Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ω
Upper Α Β Γ Ε Ζ Η Θ Ι Ξ Ο Π Ρ Σ Υ Ω
Lower δ ι λ μ ο π τ υ
  Ambiguous with a digit.

There are enough patterns to show all the letters but few representations are unambiguous and intuitive at the same time.[28] When all letters need to be displayed on a device, sixteen-segment and dot matrix displays are better choices than seven-segment displays.

Punctuation[edit]

Seven segments are capable of displaying some punctuation glyph characters.

Punctuation encodings
Glyph Display Unicode Meaning
sp 0x0020 Space
_ _ 0x005F Underscore
- - 0x002D Minus, Negative, Hyphen, Dash
‾ 0x203E Overscore, Macron
= eq 0x003D Equals
= ⁼ 0x207C Superscript equals
≡ 0x2261 Triple bar, Identical to, Hamburger button
° ° 0x00B0 Degree
" " 0x0022 Double quote, Double prime
' ' 0x0027 Apostrophe, Single quote, Prime
( or [ [ 0x005B Parenthesis, Bracket (conflicts with uppercase C)
) or ] ] 0x005D Parenthesis, Bracket
< < 0x003C Less than
> > 0x003E Greater than
? ? 0x003F Question mark

The decimal point can be used to add a period after a letter.

Decoder ICs[edit]

In the past, some seven-segment decoder ICs did not output the following modern decimal/hexadecimal font.

0 1 2 3 4 5 6 7 8 9 A b C d E F
  • For "1", the MC14558B displays the number on the left side of the display using segments "e" and "f" instead of the usual "b" and "c".[29]
  • For "7", the TC5022 displays it with additional segment "f".[30]
  • For "6" and "9", the CD4511B, MC14558B, TC5002, SN74x46/SN74x47/SN74x48/SN74x49 displays both numbers without a "tail", where "x" is the TTL logic family.
  • For "A" to "F":
  • BCD decoder ICs support various seven-segment fonts for their decoded output of "A" (10) to "F" (15) inputs.
  • The 7446/7447/7448/7449[31] and the Siemens FLH551-7448/555-8448 chips used truncated versions of "2", "3", "4", "5" and "6" for digits A–E. Digit F (1111 binary) was blank.[32][33]
  • The TC5002 and TC5022 repeat the numbers 0 to 5 for digits A–F.[30]
  • The MM74C912 displayed "o" for A and B, "−" for C, D and E, and blank for F.[34] The CD4511B just displayed blanks.[35]
  • Soviet programmable calculators like the Б3–34 used the symbols "−", "L", "C", "Г", "E", and " " (space), allowing the error message EГГ0Г to be displayed.
Manufacturer Part Number Production Description 0 1 2 3 4 5 6 7 8 9 A B C D E F Output Datasheet
RCA CD4026B Active (TI) BCD Counter, Up 0 1 2 3 4 5 6 7 8 9 Active-High [36]
RCA CD4033B Active (TI) BCD Counter, Up 0 1 2 3 4 5 6 7 8 9 Active-High [36]
RCA CD40110B Active (TI) BCD Counter, Up/Down 0 1 2 3 4 5 6 7 8 9 Active-High [37]
RCA
TI
CD4511B
CD74x4511
Active (TI) BCD Decoder, Latch 0 1 2 3 4 5 6 7 8 9 sp sp sp sp sp sp Active-High [35][38]
RCA
TI
CD4543B
CD74x4543
Active (TI) BCD Decoder, Latch 0 1 2 3 4 5 6 7 8 9 sp sp sp sp sp sp Active-High or Low [39][40]
Motorola MC14495-1 Discontinued Hex Decoder, Latch 0 1 2 3 4 5 6 7 8 9 A b C d E F Active-High, 290Ω [41]
Motorola MC14558B Discontinued BCD Decoder 0 1* 2 3 4 5 6 7 8 9 sp sp sp sp sp sp Active-High [29]
TI SN74LS47 Active BCD Decoder 0 1 2 3 4 5 6 7 8 9 c a v* D t sp Active-Low [31]
TI SN74LS247 Active BCD Decoder 0 1 2 3 4 5 6 7 8 9 c a v* D t sp Active-Low [42]
Toshiba TC5002 Discontinued BCD Decoder 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 Active-High [30]
Toshiba TC5022 Discontinued BCD Decoder 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 Active-High [30]
National MM74C912 Discontinued 6-Digit BCD Controller 0 1 2 3 4 5 6 7 8 9 o ° ‾ - _ sp Active-High [34]
National MM74C917 Discontinued 6-Digit Hex Controller 0 1 2 3 4 5 6 7 8 9 A b C d E F Active-High [34]
National DM9368 Discontinued Hex Decoder, Latch 0 1 2 3 4 5 6 7 8 9 A b C d E F Active High, 25mA CC [43]
National DM9370 Discontinued Hex Decoder, Latch 0 1 2 3 4 5 6 7 8 9 A b C d E F Active Low, OC [44]
National DM9374 Discontinued BCD Decoder, Latch 0 1 2 3 4 5 6 7 8 9 - E H L P sp Active Low, 15mA CC [45]
NOTE: the "x" in part numbers means logic family, such as "HC" or "HCT".

See also[edit]

7-, 9-, 14-, and 16-segment displays shown side by side

There are also fourteen- and sixteen-segment displays (for full alphanumerics); however, these have mostly been replaced by dot matrix displays. 22-segment displays capable of displaying the full ASCII character set[46] were briefly available in the early 1980s but did not prove popular.

References[edit]

  1. ^ "Seven Segment Displays". Archived from the original on 2012-04-04.
  2. ^ Rogers, Warren O. (1910-02-01). "Power Plant Signalling System". Power and the Engineer. 32 (5): 204–206. Archived from the original on 2014-03-31. Retrieved 2016-10-06.
  3. ^ Clark, E. H. (December 1929). "Evolution of the Call-Indicator System" (PDF). Bell Laboratories Record. 8 (5): 171–173.
  4. ^ "IEE Apollo DA-2110 Numitron Tube (DA2110, RCA DR-2110) - Industrial Alchemy". www.industrialalchemy.org.
  5. ^ "Wamco KW-105AL Alphanumeric Minitron Display - Industrial Alchemy". www.industrialalchemy.org.
  6. ^ "Numitron Tube Tutorial". 2011-12-21. Archived from the original on 2018-09-25. Retrieved 2020-04-14.
  7. ^ "Incandescent Displays – the Vintage Technology Association". Archived from the original on 2018-02-17. Retrieved 2020-04-14.
  8. ^ "Alco MSM-5A Mosaic Indicator Incandescent Display - Industrial Alchemy". www.industrialalchemy.org.
  9. ^ "General Electric Y1938 – the Vintage Technology Association". Archived from the original on 2016-06-11. Retrieved 2020-11-13.
  10. ^ "Litronix Surface Mount Wristwatch LED Display – Industrial Alchemy". Archived from the original on 2018-08-31. Retrieved 2020-04-16.
  11. ^ "Litronix DL330 Series LED Displays (Siemens DL340M) - Industrial Alchemy". Archived from the original on 2018-03-04. Retrieved 2020-04-16.
  12. ^ "Soviet AL304V Surface Mount LED - Industrial Alchemy".
  13. ^ "Texas Instruments TIA8447 LED Display - Industrial Alchemy".
  14. ^ "Advert for RCA NUMITRON Display Devices". Electronic Design. 22 (12). Hayden: 163. 1974-06-07. Archived from the original on 2014-03-31. Retrieved 2012-06-22.
  15. ^ "Museum of Soviet Calculators - VEGA". 2010-09-29. Archived from the original on 2010-09-29.
  16. ^ a b Elektrotechnik Tabellen Kommunikationselektronik (3rd ed.). Braunschweig, Germany: Westermann Verlag. 1999. p. 110. ISBN 3142250379.
  17. ^ e.g. DCR 1050m Archived 31 March 2014 at the Wayback Machine
  18. ^ "Seven Segment Displays". Archived from the original on 2012-01-05. Retrieved 2012-11-14.
  19. ^ Diehl, H. P.; De Mulder, H. D. (April 1981). "junior cookbook: a few healthy recipes to keep your computer in shape" (PDF). elektor (UK) – up-to-date electronics for lab and leisure. Vol. 1981, no. 72. pp. 4-28 – 4-31 [4-30 Figure 4]. Archived (PDF) from the original on 2020-07-03. Retrieved 2020-07-03.
  20. ^ Nührmann, Dieter (1981). Written at Achim, Bremen, Germany. Werkbuch Elektronik (in German) (3 ed.). Munich, Germany: Franzis-Verlag GmbH. p. 695. ISBN 3-7723-6543-4.
  21. ^ For example the fx-50F calculator from Casio and other models from the same manufacturer.
  22. ^ Official Unicode Consortium code chart (PDF)
  23. ^ "Application Note 3210 – Quick-Start: Driving 7-Segment Displays with the MAX6954" (PDF) (Application note) (3 ed.). Maxim Integrated. March 2008 [2004-06-25]. Archived (PDF) from the original on 2017-03-20. Retrieved 2013-05-06.
  24. ^ "Driving 7-Segment Displays". Maxim Integrated. 2004. Archived from the original on 2017-03-20. Retrieved 2017-03-20.
  25. ^ electronic hexadecimal calculator/converter SR-22 (PDF) (Revision A ed.). Texas Instruments Incorporated. 1974. p. 7. 1304-389 Rev A. Archived (PDF) from the original on 2017-03-20. Retrieved 2017-03-20.
  26. ^ electronic calculator – TI programmer (PDF). Texas Instruments Incorporated. 1977. p. 7. Archived (PDF) from the original on 2017-03-28. Retrieved 2017-03-28.
  27. ^ electronic calculator – TI LCD programmer (PDF). Texas Instruments Incorporated. 1981. p. 8. Archived (PDF) from the original on 2017-03-28. Retrieved 2017-03-28.
  28. ^ Downie, Neil A. (2003). Ink Sandwiches, Electric Worms and 37 Other Experiments for Saturday Science. Johns Hopkins University Press. p. 271.
  29. ^ a b "MC14558B Datasheet from CMOS Logic Databook". Motorola. 1988.
  30. ^ a b c d "TC5002 / TC5022 Datasheet from C2MOS Databook". Toshiba. 1985.
  31. ^ a b "SN74LS47 / SN74LS48 / SN74LS49 Datasheet". Texas Instruments. July 2021. Archived (PDF) from the original on 2021-08-01.
  32. ^ Beuth, Klaus; Beuth, Annette (1990). Digitaltechnik (in German). Vol. 4 (7 ed.). Würzburg, Germany: Vogel Buchverlag [de]. pp. 301–303. ISBN 3-8023-0584-1. {{cite book}}: |work= ignored (help)
  33. ^ Datenblatt FLH551-7448, FLH555-8448, 74248 (in German). Siemens.
  34. ^ a b c "MM74C912 / MM74C917 Datasheet from CMOS Logic Databook". National Semiconductor. 1988.
  35. ^ a b "CD4511B Datasheet". Texas Instruments. February 2021. Archived (PDF) from the original on 2021-08-01.
  36. ^ a b "CD4026B / CD4033B Datasheet". Texas Instruments. December 2020. Archived (PDF) from the original on 2021-08-01.
  37. ^ "CD40110B Datasheet". Texas Instruments. March 2021. Archived (PDF) from the original on 2021-08-01.
  38. ^ "CD74HC4511 Datasheet" (PDF). Texas Instruments. August 2022. Archived (PDF) from the original on 2023-09-06.
  39. ^ "CD4543B Datasheet". Texas Instruments. July 2021. Archived (PDF) from the original on 2021-08-01.
  40. ^ "CD74HC4543 Datasheet" (PDF). Texas Instruments. July 2003. Archived (PDF) from the original on 2023-09-06.
  41. ^ "MC14495-1 Datasheet from CMOS / NMOS Special Functions Databook". Motorola. 1988.
  42. ^ "SN74LS247 / SN74LS248 Datasheet". Texas Instruments. July 2021. Archived (PDF) from the original on 2021-08-01.
  43. ^ "DM9368 Datasheet from LS/S/TTL Logic Databook". National Semiconductor. 1989.
  44. ^ "DM9370 Datasheet from LS/S/TTL Logic Databook". National Semiconductor. 1989.
  45. ^ "DM9374 Datasheet from LS/S/TTL Logic Databook". National Semiconductor. 1989.
  46. ^ "DL-3422 4-digit 22-segment alphanumeric Intelligent Display preliminary data sheet". Internet Archive. Litronix 1982 Optoelectronics Catalog. p. 82. Retrieved 2016-09-03.

External links[edit]