1
00:00:00,300 --> 00:00:02,666
iPhone display circuit repairing
2
00:00:03,333 --> 00:00:06,666
This video mainly explains the working principle of the display circuit
3
00:00:06,666 --> 00:00:12,333
of iPhone 6 to iPhone 8, XR, and 11 models using LCD screens
4
00:00:14,933 --> 00:00:19,266
Their working principles are the same, but the wiring pins are different
5
00:00:23,966 --> 00:00:25,300
Working principles
6
00:00:25,766 --> 00:00:26,866
step 1
7
00:00:26,933 --> 00:00:28,533
When the trigger is turned on,
8
00:00:28,666 --> 00:00:32,600
the main power supply will output more than 30 channels of power supplies
9
00:00:32,833 --> 00:00:37,766
There will be 1.8V power supply, first provide power for the display
10
00:00:38,866 --> 00:00:39,833
step 2
11
00:00:40,066 --> 00:00:42,600
After the CPU working condition is normal,
12
00:00:42,900 --> 00:00:46,333
the CPU will read the display data through the I2C bus
13
00:00:47,833 --> 00:00:48,900
step 3
14
00:00:49,033 --> 00:00:53,566
After the CPU self-test is completed, when the display circuit is started,
15
00:00:54,033 --> 00:00:59,133
it will output a reset signal to the display to provide working conditions for the display
16
00:00:59,933 --> 00:01:00,933
Step 4
17
00:01:01,100 --> 00:01:06,233
After the display has power supply, passed the I2C test, and has a reset signal,
18
00:01:07,166 --> 00:01:11,400
it will send a PWR_EN power-on signal for the display power supply
19
00:01:14,600 --> 00:01:16,933
This signal is sent by the display
20
00:01:17,966 --> 00:01:18,933
Step 5
21
00:01:19,166 --> 00:01:22,900
After the display power supply has the PWR_EN signal,
22
00:01:23,200 --> 00:01:28,300
it will output positive and negative 5.7V power supply for the display screen
23
00:01:28,533 --> 00:01:29,666
Step 6
24
00:01:30,033 --> 00:01:32,533
The display has a 1.8V power supply,
25
00:01:32,866 --> 00:01:36,600
after the reset signal and plus or minus 5.7V,
26
00:01:36,700 --> 00:01:39,866
all the working conditions of the display have been met
27
00:01:40,333 --> 00:01:46,466
At this time, the CPU will send display data to the display screen through the MIPI bus,
28
00:01:47,100 --> 00:01:50,366
and the display screen will display image information
29
00:01:53,933 --> 00:01:56,000
If the display does not display,
30
00:01:56,133 --> 00:01:59,966
it means that the working conditions of the display are not satisfied
31
00:02:00,233 --> 00:02:02,566
We need to find the power supply of the display,
32
00:02:02,766 --> 00:02:05,633
reset and MIPI bus and other signals
33
00:02:07,000 --> 00:02:10,166
PANICB is an anomaly detection signal
34
00:02:10,933 --> 00:02:12,633
If the signal is abnormal,
35
00:02:13,133 --> 00:02:16,900
it will cause the domestic screen to be displayed in the early mainboard,
36
00:02:17,266 --> 00:02:19,833
but the original screen will not be displayed
37
00:02:20,700 --> 00:02:22,600
Ok, that's it for this lesson