From the course: Learning Arduino: Interfacing with Hardware
Unlock the full course today
Join today to access over 24,200 courses taught by industry experts.
The 7-segment LED component - Arduino Tutorial
From the course: Learning Arduino: Interfacing with Hardware
The 7-segment LED component
- [Woman] The 7-segment LED consists of LEDs, light-emitting diodes, that are arranged in a rectangular fashion. Each LED within the 7-segment display is an individual LED that has a cathode and anode side. An additional LED is sometimes used to refer to the decimal point. Each LED has a letter that we refer to when programming. We use a combination of LEDs to show the different numbers or letters. So, if you want to show zero, we would turn on the LEDS shown on the left. And if you want to show one, we would turn on the LEDs shown on the right. And the same thing applies to any other number or letter. This is the layout of the 7-segment LED that we are going to use in this section. The top and bottom are the pin numbers, and each pin is connected to a specific LED. So pin 7, for example, is connected to LED a. And the cc pin is referring to the common pin, so it's a common cathode or a common anode, depending on the…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
Overview of the 7-segment LED35s
-
(Locked)
The 7-segment LED component1m 24s
-
(Locked)
7-segment LED display types1m 42s
-
(Locked)
Checking a 7-segment LED type1m 32s
-
(Locked)
Wiring up the 7-segment LED4m 50s
-
(Locked)
Cycle through each LED directly5m 34s
-
(Locked)
Cycle through LEDs with a for loop2m 29s
-
(Locked)
Understanding the 7-segment LED truth table2m 7s
-
(Locked)
Coding 7-segment display showing numbers3m 21s
-
-
-
-