Skip to content

Commit e1048fa

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent 840c981 commit e1048fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

src/boards/Inkplate10.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ void Inkplate::display1b(bool leaveOn)
205205
uint32_t _pos;
206206
uint8_t data;
207207
uint8_t dram;
208-
208+
209209
if (!einkOn())
210210
return;
211211

src/boards/Inkplate5.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ void IRAM_ATTR Inkplate::display3b(bool leaveOn)
286286
{
287287
if (!einkOn())
288288
return;
289-
289+
290290
clean(0, 17);
291291
clean(1, 17);
292292
clean(0, 17);
@@ -383,7 +383,7 @@ uint32_t Inkplate::partialUpdate(bool _forced, bool leaveOn)
383383
}
384384
}
385385

386-
386+
387387
if (!einkOn())
388388
return 0;
389389

src/boards/Inkplate6plus.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ void Inkplate::display1b(bool leaveOn)
271271
uint32_t _pos;
272272
uint8_t data;
273273
uint8_t dram;
274-
274+
275275
if (!einkOn())
276276
return;
277277

@@ -547,7 +547,7 @@ void Inkplate::einkOff()
547547
Wire.endTransmission();
548548

549549
// Clearing WAKEUP pin can cause vertical lines on panel
550-
//WAKEUP_CLEAR;
550+
// WAKEUP_CLEAR;
551551

552552
pinsZstate();
553553
setPanelState(0);

0 commit comments

Comments
 (0)