1
00:00:00,500 --> 00:00:05,733
Hello everyone, in this lesson we will briefly introduce the digital display interface
2
00:00:06,400 --> 00:00:11,766
The digital display interface is an interface that uses digital signals to transmit display screens
3
00:00:12,233 --> 00:00:16,933
In daily life, the most common digital interfaces are HDMI, DP and DVI_D
4
00:00:17,666 --> 00:00:22,233
Since the DVI interface is a transitional interface, it is not used much,
5
00:00:22,366 --> 00:00:24,900
so we will not talk about it here
6
00:00:24,966 --> 00:00:28,600
We focus on the HDMI interface and DP interface
7
00:00:29,266 --> 00:00:34,400
Although the HDMI interface and the DP interface are two completely different interfaces,
8
00:00:34,500 --> 00:00:38,833
their workflow and pins are similar
9
00:00:39,266 --> 00:00:42,900
First, let's look at the pins of the HDMI interface
10
00:00:43,133 --> 00:00:51,666
The HDMI interface has a total of 19 pins, including 3 sets of data lines and a set of clock lines
11
00:00:53,300 --> 00:00:57,933
They are all used to transmit the display screen
12
00:00:58,566 --> 00:01:05,400
In addition to these 3 sets of data lines and a set of clock lines, there is also a pair of serial buses
13
00:01:06,933 --> 00:01:10,733
This pair of serial buses is used to read screen information
14
00:01:10,900 --> 00:01:15,266
Read screen manufacturer, resolution size and other information
15
00:01:16,333 --> 00:01:20,466
The HDMI interface also has power supply and hot plug detection pins
16
00:01:20,766 --> 00:01:23,466
The power supply of the HDMI interface is 5V
17
00:01:24,200 --> 00:01:29,166
The hot plug detection pin is used to detect whether there is an HDMI device plugged in.
18
00:01:29,533 --> 00:01:34,366
When the HDMI display is inserted, the hot plug detection pin will become high
19
00:01:34,866 --> 00:01:37,866
After unplugging the device, it goes low
20
00:01:38,466 --> 00:01:43,700
Although the HDMI interface has 19 pins, we don't need to take care of these shielding pins,
21
00:01:43,866 --> 00:01:46,900
reserved pins, and CEC pins.
22
00:01:47,900 --> 00:01:50,466
Then we look at the DP interface
23
00:01:50,800 --> 00:01:56,333
The DP interface has a total of 4 sets of data lines, one more set than the HDMI interface
24
00:01:56,600 --> 00:02:00,533
In addition to these 4 sets of data lines, there is also a set of AUX buses
25
00:02:01,866 --> 00:02:06,000
At the same time, the DP interface also has interface power supply and HPD
26
00:02:06,400 --> 00:02:09,333
This HPD is hot plug detection
27
00:02:10,066 --> 00:02:16,700
The power supply of the DP interface is 3.3V, and the power supply of the HDMI interface is 5V
28
00:02:18,100 --> 00:02:23,400
The four sets of data lines of the DP interface are also used to transmit the display screen
29
00:02:24,200 --> 00:02:26,766
The AUX bus is not the same
30
00:02:27,000 --> 00:02:31,766
At the beginning, the AUX bus was equivalent to the serial bus of the HDMI interface,
31
00:02:32,033 --> 00:02:34,300
used to read the information of the screen
32
00:02:35,333 --> 00:02:41,700
And when the DP interface works normally, the AUX bus can also be used as a clock line
33
00:02:42,866 --> 00:02:48,433
It can be seen that the data line of the DP interface is basically the same as that of the HDMI interface,
34
00:02:49,133 --> 00:02:53,566
except that the serial bus and the clock line are replaced by the AUX bus.
35
00:02:55,700 --> 00:02:59,966
Well, the above is a brief introduction of the digital display interface