Skip to content

Commit 11617ba

Browse files
committed
2 parents b348b15 + fc22378 commit 11617ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Inkplate.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ class Inkplate : public System, public Graphics
6767
bool begin(void);
6868
void clearDisplay();
6969

70-
#if !defined(ARDUINO_INKPLATECOLOR) || !defined(ARDUINO_INKPLATE4) || !defined(ARDUINO_INKPLATE7) || !defined(ARDUINO_INKPLATE2)
70+
#if !defined(ARDUINO_INKPLATECOLOR) || !defined(ARDUINO_INKPLATE4) || !defined(ARDUINO_INKPLATE7) || \
71+
!defined(ARDUINO_INKPLATE2)
7172
uint32_t partialUpdate(bool _forced = false, bool leaveOn = false);
7273
int einkOn();
7374
void einkOff();

src/boards/Inkplate6Color.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ bool Inkplate::begin(void)
5959
_beginDone = true;
6060
}
6161

62-
// Wake the ePaper and initialize everything
62+
// Wake the ePaper and initialize everything
6363
// If it fails, return false
6464
if (!setPanelDeepSleep(false))
6565
return false;
@@ -276,7 +276,7 @@ bool Inkplate::setPanelDeepSleep(bool _state)
276276
pinMode(EPAPER_RST_PIN, OUTPUT);
277277
pinMode(EPAPER_DC_PIN, OUTPUT);
278278
pinMode(EPAPER_CS_PIN, OUTPUT);
279-
279+
280280
// Reset epaper
281281
resetPanel();
282282

0 commit comments

Comments
 (0)