mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2026-05-05 12:16:35 +02:00
Apply Hardware reset on display during wake-up, as softreset might not be enough to wake the display up.
This commit is contained in:
parent
c1f3a31b51
commit
8daa830ee0
@ -180,6 +180,7 @@ void St7789::Wakeup() {
|
||||
|
||||
nrf_gpio_cfg_output(pinDataCommand);
|
||||
// TODO why do we need to reset the controller?
|
||||
HardwareReset();
|
||||
SoftwareReset();
|
||||
SleepOut();
|
||||
ColMod();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user