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 09b5513 commit aeaf617Copy full SHA for aeaf617
examples/InkplateColor/Advanced_Inkplate_Features/Inkplate_Low_Power/Inkplate_Low_Power.ino
@@ -53,7 +53,7 @@ void setup()
53
// Uncomment this line if your Inkplate is older than Aug 2021 as older Inkplates have ESP32 wrover-e chips
54
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
55
56
-
+ display.setPanelDeepSleep(false);
57
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR); // Activate wake-up timer -- wake up after 20s here
58
esp_deep_sleep_start(); // Put ESP32 into deep sleep. Program stops here.
59
}
0 commit comments