1
00:00:00,180 --> 00:00:03,270
What are the codes for different dismal digits in this lecture?

2
00:00:03,420 --> 00:00:07,290
I will list the codes that we need to show a digit on a Seven Sigma.

3
00:00:08,400 --> 00:00:11,220
We consider a common A. Zone segment in this section.

4
00:00:12,540 --> 00:00:18,150
So to enable the whole display, the control signal should be zero, also to turn on a segment, the

5
00:00:18,150 --> 00:00:20,610
corresponding data value should be zero.

6
00:00:21,270 --> 00:00:26,940
To show the zero value on this one segment, we should turn on all segments except this G segment and

7
00:00:26,940 --> 00:00:27,680
the decimal point.

8
00:00:27,930 --> 00:00:34,020
Therefore, the data value is one one zero zero zero zero zero zero for the digit one.

9
00:00:34,050 --> 00:00:38,010
The code is one one one one one zero zero one.

10
00:00:39,180 --> 00:00:44,460
For a digit to decode is one zero one zero zero one zero zero.

11
00:00:45,620 --> 00:00:49,100
These are the codes for all the single digits from zero to nine.

12
00:00:50,570 --> 00:00:56,690
And C plus plus program, we can save these codes in an area and access them by their index.

13
00:00:57,850 --> 00:01:02,840
After understanding the concept behind the seven segment display, we should know about the Southern

14
00:01:02,860 --> 00:01:08,110
segment configuration on bases to report the next lecture, explain this configuration.

15
00:01:09,470 --> 00:01:15,590
In a C C++ program, we can save the some segment codes in an hour and access them by their index.

16
00:01:17,290 --> 00:01:23,530
Now, the quiz question, find the seven segment coat to show the letter A on a common A. Seven Sigma.
