From 6f923568732f42858e037c9ab19acca41cb7233f Mon Sep 17 00:00:00 2001 From: JF Date: Sun, 20 Sep 2020 14:31:26 +0200 Subject: Call SpiNorFlash::WakeUp() during initialization to ensure that the chip is not is sleep mode. --- src/graphics.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/graphics.cpp') diff --git a/src/graphics.cpp b/src/graphics.cpp index b8376d6d..9373a9b6 100644 --- a/src/graphics.cpp +++ b/src/graphics.cpp @@ -79,6 +79,7 @@ void Process(void* instance) { NRF_LOG_INFO("Init..."); spi.Init(); spiNorFlash.Init(); + spiNorFlash.Wakeup(); brightnessController.Init(); lcd.Init(); gfx.Init(); -- cgit v1.2.3-70-g09d2