Skip to content

Commit aeaf617

Browse files
authored
Update Inkplate_Low_Power.ino
1 parent 09b5513 commit aeaf617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/InkplateColor/Advanced_Inkplate_Features/Inkplate_Low_Power/Inkplate_Low_Power.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ void setup()
5353
// Uncomment this line if your Inkplate is older than Aug 2021 as older Inkplates have ESP32 wrover-e chips
5454
// rtc_gpio_isolate(GPIO_NUM_12); // Isolate/disable GPIO12 on ESP32 (only to reduce power consumption in sleep)
5555

56-
56+
display.setPanelDeepSleep(false);
5757
esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR); // Activate wake-up timer -- wake up after 20s here
5858
esp_deep_sleep_start(); // Put ESP32 into deep sleep. Program stops here.
5959
}

0 commit comments

Comments
 (0)