Skip to content

Commit 22ba84b

Browse files
author
Clang Robot
committed
Committing clang-format changes
1 parent 269f287 commit 22ba84b

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

src/boards/Inkplate10.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@
8383
#define MCP23017_PIN_B0 8
8484

8585
#define WAVEFORM3BIT \
86-
{{0, 0, 0, 0, 0, 0, 0, 1, 0}, {0, 0, 0, 2, 2, 2, 1, 1, 0}, {0, 0, 2, 1, 1, 2, 2, 1, 0}, {0, 1, 2, 2, 1, 2, 2, 1, 0}, \
87-
{0, 0, 2, 1, 2, 2, 2, 1, 0}, {0, 2, 2, 2, 2, 2, 2, 1, 0}, {0, 0, 0, 0, 0, 2, 1, 2, 0}, {0, 0, 0, 2, 2, 2, 2, 2, 0}};
86+
{{0, 0, 0, 0, 0, 0, 0, 1, 0}, {0, 0, 0, 2, 2, 2, 1, 1, 0}, {0, 0, 2, 1, 1, 2, 2, 1, 0}, \
87+
{0, 1, 2, 2, 1, 2, 2, 1, 0}, {0, 0, 2, 1, 2, 2, 2, 1, 0}, {0, 2, 2, 2, 2, 2, 2, 1, 0}, \
88+
{0, 0, 0, 0, 0, 2, 1, 2, 0}, {0, 0, 0, 2, 2, 2, 2, 2, 0}};
8889

8990
#endif

src/include/defines.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@
3535
#include "../boards/Inkplate2.h"
3636
#endif
3737

38-
#define INKPLATE6_WAVEFORM1 0
39-
#define INKPLATE10_WAVEFORM1 20
40-
#define INKPLATE10_WAVEFORM2 21
41-
#define INKPLATE10_WAVEFORM3 22
42-
#define INKPLATE6PLUS_WAVEFORM1 40
38+
#define INKPLATE6_WAVEFORM1 0
39+
#define INKPLATE10_WAVEFORM1 20
40+
#define INKPLATE10_WAVEFORM2 21
41+
#define INKPLATE10_WAVEFORM3 22
42+
#define INKPLATE6PLUS_WAVEFORM1 40
4343

4444
#ifdef ARDUINO_INKPLATECOLOR
4545

0 commit comments

Comments
 (0)