We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e224263 commit c974746Copy full SHA for c974746
src/recoveryLoader.cpp
@@ -46,7 +46,7 @@ Pinetime::Drivers::Spi flashSpi {spi, Pinetime::PinMap::SpiFlashCsn};
46
Pinetime::Drivers::SpiNorFlash spiNorFlash {flashSpi};
47
48
Pinetime::Drivers::Spi lcdSpi {spi, Pinetime::PinMap::SpiLcdCsn};
49
-Pinetime::Drivers::St7789 lcd {lcdSpi, Pinetime::PinMap::LcdDataCommand};
+Pinetime::Drivers::St7789 lcd {lcdSpi, Pinetime::PinMap::LcdDataCommand, Pinetime::PinMap::LcdReset};
50
51
Pinetime::Components::Gfx gfx {lcd};
52
Pinetime::Controllers::BrightnessController brightnessController;
0 commit comments