Skip to content

Commit 08f3511

Browse files
committed
Copy/paste bug (removed display.frontlight() function in Inkplate 6, Inkplate 10 and Inkplate 5 examples
1 parent 9d31b32 commit 08f3511

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

examples/Inkplate10/Advanced_Inkplate_Features/Inkplate_RTC_Alarm_Deep_Sleep_Example/Inkplate_RTC_Alarm_Deep_Sleep_Example.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ void setup()
4545

4646
display.rtcSetAlarmEpoch(display.rtcGetEpoch() + 10, RTC_ALARM_MATCH_DHHMMSS); // Set RTC alarm 10 seconds from now
4747

48-
display.frontlight(false); // Disable frontlight (to save power)
49-
5048
// Enable wakup from deep sleep on gpio 39 where RTC interrupt is connected
5149
esp_sleep_enable_ext0_wakeup(GPIO_NUM_39, 0);
5250

examples/Inkplate5/Advanced_Inkplate_Features/Inkplate_RTC_Alarm_Deep_Sleep_Example/Inkplate_RTC_Alarm_Deep_Sleep_Example.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ void setup()
4545

4646
display.rtcSetAlarmEpoch(display.rtcGetEpoch() + 10, RTC_ALARM_MATCH_DHHMMSS); // Set RTC alarm 10 seconds from now
4747

48-
display.frontlight(false); // Disable frontlight (to save power)
49-
5048
// Enable wakup from deep sleep on gpio 39 where RTC interrupt is connected
5149
esp_sleep_enable_ext0_wakeup(GPIO_NUM_39, 0);
5250

examples/Inkplate6/Advanced_Inkplate_Features/Inkplate_RTC_Alarm_Deep_Sleep_Example/Inkplate_RTC_Alarm_Deep_Sleep_Example.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,6 @@ void setup()
4949

5050
display.rtcSetAlarmEpoch(display.rtcGetEpoch() + 10, RTC_ALARM_MATCH_DHHMMSS); // Set RTC alarm 10 seconds from now
5151

52-
display.frontlight(false); // Disable frontlight (to save power)
53-
5452
// Enable wakup from deep sleep on gpio 39 where RTC interrupt is connected
5553
esp_sleep_enable_ext0_wakeup(GPIO_NUM_39, 0);
5654

0 commit comments

Comments
 (0)