From 8daa830ee0d33d54c0fa98bd30aadf28187d3462 Mon Sep 17 00:00:00 2001 From: JF Date: Sat, 18 Jan 2020 13:55:22 +0100 Subject: Apply Hardware reset on display during wake-up, as softreset might not be enough to wake the display up. --- src/drivers/St7789.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/drivers/St7789.cpp b/src/drivers/St7789.cpp index 0bb7b7c9..ac813064 100644 --- a/src/drivers/St7789.cpp +++ b/src/drivers/St7789.cpp @@ -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(); -- cgit v1.2.3