1
00:00:02,333 --> 00:00:06,433
Hello everyone, in this lesson we will introduce the analog display interface
2
00:00:06,733 --> 00:00:11,666
The analog display interface is an interface that uses analog signals to transmit display screens
3
00:00:12,000 --> 00:00:15,366
One of the most representative is the VGA interface
4
00:00:15,666 --> 00:00:19,966
VGA interface can be said to be the most widely used video interface
5
00:00:20,466 --> 00:00:22,833
But the VGA interface has some disadvantages
6
00:00:23,166 --> 00:00:28,233
Its resolution is only up to 1080, and the connection line should not be too long
7
00:00:28,800 --> 00:00:32,100
So the VGA interface is now slowly being phased out
8
00:00:33,000 --> 00:00:35,800
Let's take a look at the pin definition of the VGA interface
9
00:00:36,266 --> 00:00:38,800
The VGA interface has a total of 15 pins
10
00:00:38,900 --> 00:00:42,933
One, two, and three pins are the three primary colors of red, green, and blue.
11
00:00:43,166 --> 00:00:44,933
Pin 1 is red base color
12
00:00:45,066 --> 00:00:46,733
Pin 2 is green base color
13
00:00:46,800 --> 00:00:48,600
Pin 3 is blue base color
14
00:00:48,800 --> 00:00:55,166
All the colors we can see can be obtained by mixing red, green and blue in different proportions.
15
00:00:57,133 --> 00:01:02,200
The VGA interface displays the picture through these three colors.
16
00:01:02,733 --> 00:01:06,866
Going down, we don't need to care about four or five pins
17
00:01:09,133 --> 00:01:12,133
The following three pins opposite to the three pins of red, green and blue are red ground,
18
00:01:12,333 --> 00:01:14,533
green ground and blue ground respectively.
19
00:01:14,700 --> 00:01:17,133
Normally, these three pins are directly grounded
20
00:01:19,366 --> 00:01:21,300
The ninth pin is the power supply pin
21
00:01:21,500 --> 00:01:24,933
However, many machines do not use this power supply pin very much.
22
00:01:25,300 --> 00:01:27,566
The tenth pin is grounded, don't worry about it
23
00:01:27,600 --> 00:01:29,300
Pin 11 is generally not used
24
00:01:29,566 --> 00:01:33,466
The last remaining 4 pins are also very important pins
25
00:01:33,733 --> 00:01:36,466
12 and 15 pins are serial data bus
26
00:01:38,600 --> 00:01:42,133
The serial data bus is used to read screen information
27
00:01:43,766 --> 00:01:47,333
And 13, 14 pins are line and field synchronization signals
28
00:01:48,000 --> 00:01:52,133
If there is no line and field sync signal, the screen will not display
29
00:01:53,333 --> 00:01:55,866
Although the VGA interface has so many pins,
30
00:01:56,133 --> 00:02:00,000
the pins that need our attention are actually only the three primary colors of red,
31
00:02:00,500 --> 00:02:05,533
green and blue, serial bus and line and field synchronization signals.
32
00:02:06,133 --> 00:02:09,966
Ok, the above is a brief introduction of the analog interface