1、解决机板升级安卓14,系统升级为6.1后无触问题。
This commit is contained in:
parent
7cbf9f8bba
commit
275e529ea7
|
@ -50,7 +50,7 @@
|
|||
<InvalidFlash>1</InvalidFlash>
|
||||
</TargetStatus>
|
||||
<OutputDirectory>.\Objects\</OutputDirectory>
|
||||
<OutputName>CVWL568_S21U_20230921</OutputName>
|
||||
<OutputName>WL568_S21U_TM678H_20240904</OutputName>
|
||||
<CreateExecutable>1</CreateExecutable>
|
||||
<CreateLib>0</CreateLib>
|
||||
<CreateHexFile>1</CreateHexFile>
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -2096,11 +2096,11 @@
|
|||
000168 00000000 DCB 0x00,0x00,0x00,0x00
|
||||
00016c 53453792 DCB 0x53,0x45,0x37,0x92
|
||||
000170 00802000 DCB 0x00,0x80,0x20,0x00
|
||||
000174 02010007 DCB 0x02,0x01,0x00,0x07
|
||||
000178 0700a228 DCB 0x07,0x00,0xa2,0x28
|
||||
000174 02010206 DCB 0x02,0x01,0x02,0x06
|
||||
000178 0600a228 DCB 0x06,0x00,0xa2,0x28
|
||||
00017c 20010028 DCB 0x20,0x01,0x00,0x28
|
||||
000180 20010228 DCB 0x20,0x01,0x02,0x28
|
||||
000184 200125ac DCB 0x20,0x01,0x25,0xac
|
||||
000184 200126ac DCB 0x20,0x01,0x26,0xac
|
||||
000188 37711000 DCB 0x37,0x71,0x10,0x00
|
||||
00018c 100005a0 DCB 0x10,0x00,0x05,0xa0
|
||||
000190 0c801228 DCB 0x0c,0x80,0x12,0x28
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -1,4 +1,9 @@
|
|||
////////////////////////////////////////////////////////////////////////
|
||||
ISP568_S21U_NT37701AH_TM678_20240904
|
||||
|
||||
1、解决机板升级安卓14,系统升级为6.1后无触问题。
|
||||
|
||||
|
||||
////////////////////////////////////////////////////////////////////////
|
||||
|
||||
ISP568_S21U_NT37701AH_TM678_20230921
|
||||
|
|
|
@ -220,9 +220,9 @@ SAMSUNG_s21u_str SAMSUNG_s21u =
|
|||
.reg_22 = { 0x53, 0x45, 0x37, 0x92, 0x00},
|
||||
.reg_21 = { 0x80},
|
||||
.reg_55 = { 0x20},
|
||||
.reg_af = { 0x00, 0x02, 0x01, 0x00},
|
||||
.reg_f1 = { 0x07, 0x07, 0x00, 0xA2},
|
||||
.reg_a5 = { 0x28, 0x20, 0x01, 0x25},
|
||||
.reg_af = { 0x00, 0x02, 0x01, 0x02},
|
||||
.reg_f1 = { 0x06, 0x06, 0x00, 0xA2},
|
||||
.reg_a5 = { 0x28, 0x20, 0x01, 0x26},
|
||||
.reg_a3 = { 0x28, 0x20, 0x01, 0x00},
|
||||
.reg_a4 = { 0x28, 0x20, 0x01, 0x02},
|
||||
.reg_52 = { 0xAC, 0x37, 0x71},
|
||||
|
|
Loading…
Reference in New Issue