Skip to content

Commit b6abcf3

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent bc3766b commit b6abcf3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Inkplate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ int Inkplate::einkOn()
9595
{
9696
if (getPanelState() == 1)
9797
return 1;
98-
98+
9999
WAKEUP_SET;
100100
VCOM_SET;
101101
delay(2);

src/boards/Inkplate10.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
#define MCP23017_PIN_A7 7
8383
#define MCP23017_PIN_B0 8
8484

85-
#define WAVEFORM3BIT \
85+
#define WAVEFORM3BIT \
8686
{{0, 0, 0, 0, 0, 0, 1, 0}, {0, 0, 2, 2, 2, 1, 1, 0}, {0, 2, 1, 1, 2, 2, 1, 0}, {1, 2, 2, 1, 2, 2, 1, 0}, \
8787
{0, 2, 1, 2, 2, 2, 1, 0}, {2, 2, 2, 2, 2, 2, 1, 0}, {0, 0, 0, 0, 2, 1, 2, 0}, {0, 0, 2, 2, 2, 2, 2, 0}};
8888

src/boards/Inkplate6plus.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ void Inkplate::einkOff()
554554
Wire.endTransmission();
555555

556556
// Clearing WAKEUP pin can cause vertical lines on panel
557-
//WAKEUP_CLEAR;
557+
// WAKEUP_CLEAR;
558558

559559
pinsZstate();
560560
setPanelState(0);

0 commit comments

Comments
 (0)