mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-29 05:55:16 -04:00
boot: correct typo in MipiCal03 config
This commit is contained in:
parent
80c380e61e
commit
cf6b9de370
2 changed files with 4 additions and 5 deletions
|
@ -403,7 +403,7 @@ static constexpr RegisterWrite DisplayConfigMipiCal03Erista[] = {
|
|||
{0x64, 0x200002},
|
||||
{0x68, 0x200002},
|
||||
{0x14, 0},
|
||||
{0x14, 0},
|
||||
{0x18, 0},
|
||||
};
|
||||
|
||||
static constexpr RegisterWrite DisplayConfigMipiCal03Mariko[] = {
|
||||
|
@ -411,8 +411,8 @@ static constexpr RegisterWrite DisplayConfigMipiCal03Mariko[] = {
|
|||
{0x3C, 0x200006},
|
||||
{0x64, 0x260000},
|
||||
{0x68, 0x260000},
|
||||
{0x14, 0x200000},
|
||||
{0x14, 0x200000},
|
||||
{0x14, 0},
|
||||
{0x18, 0},
|
||||
};
|
||||
|
||||
static constexpr RegisterWrite DisplayConfigMipiCal04[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue