Moved GPU register clearing to the config only, as it causes artifacts
This commit is contained in:
parent
b90b138766
commit
2fd8c7aace
@ -183,6 +183,7 @@ void configureCFW(const char *configPath)
|
|||||||
//Turn off backlight
|
//Turn off backlight
|
||||||
i2cWriteRegister(I2C_DEV_MCU, 0x22, 0x16);
|
i2cWriteRegister(I2C_DEV_MCU, 0x22, 0x16);
|
||||||
deinitScreens();
|
deinitScreens();
|
||||||
|
PDN_GPU_CNT = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
delay(0x1400000);
|
delay(0x1400000);
|
||||||
|
@ -40,8 +40,6 @@ void deinitScreens(void)
|
|||||||
{
|
{
|
||||||
*arm11Entry = (u32)ARM11;
|
*arm11Entry = (u32)ARM11;
|
||||||
while(*arm11Entry);
|
while(*arm11Entry);
|
||||||
|
|
||||||
PDN_GPU_CNT = 1;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user