Skip to content

Commit c3e3bd3

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent 2cb3258 commit c3e3bd3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/boards/Inkplate10.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ uint32_t Inkplate::partialUpdate(bool _forced, bool leaveOn)
402402

403403
if (!einkOn())
404404
return 0;
405-
405+
406406
if (_useLightMode)
407407
{
408408
_repeat = 4;

src/boards/Inkplate10.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
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

8989
#define WAVEFORM3BIT_LIGHT \
90-
{{0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 2, 2, 2, 1, 1, 0}, {0, 0, 2, 2, 1, 2, 1, 0}, {0, 2, 2, 1, 2, 2, 1, 0}, \
90+
{{0, 0, 0, 0, 0, 0, 0, 0}, {0, 0, 2, 2, 2, 1, 1, 0}, {0, 0, 2, 2, 1, 2, 1, 0}, {0, 2, 2, 1, 2, 2, 1, 0}, \
9191
{0, 0, 2, 1, 1, 1, 2, 0}, {0, 2, 2, 2, 1, 1, 2, 0}, {0, 0, 0, 0, 1, 2, 2, 0}, {0, 0, 0, 2, 2, 2, 2, 0}};
9292

9393
#endif

0 commit comments

Comments
 (0)