We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dd1c76 commit 3f02d95Copy full SHA for 3f02d95
src/boards/Inkplate6Color.cpp
@@ -405,6 +405,6 @@ void Inkplate::sleepColorPanel()
405
digitalWrite(EPAPER_DC_PIN, LOW);
406
digitalWrite(EPAPER_CS_PIN, LOW);
407
digitalWrite(EPAPER_RST_PIN, HIGH); // Make sure this is HIGH so the display is on
408
- gpio_deep_sleep_hold_en(); // Make sure RST pin stays high during sleep
+ gpio_deep_sleep_hold_en(); // Make sure RST pin stays high during sleep
409
}
410
#endif
0 commit comments