Skip to content

Commit d7079af

Browse files
committed
clang
1 parent 490bd39 commit d7079af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/panels/ThinkInk_290_Tricolor_Z94.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
class ThinkInk_290_Tricolor_Z94 : public Adafruit_SSD1680 {
88
public:
99
ThinkInk_290_Tricolor_Z94(int8_t SID, int8_t SCLK, int8_t DC, int8_t RST,
10-
int8_t CS, int8_t SRCS, int8_t MISO,
11-
int8_t BUSY = -1)
10+
int8_t CS, int8_t SRCS, int8_t MISO,
11+
int8_t BUSY = -1)
1212
: Adafruit_SSD1680(296, 128, SID, SCLK, DC, RST, CS, SRCS, MISO, BUSY){};
1313

1414
ThinkInk_290_Tricolor_Z94(int8_t DC, int8_t RST, int8_t CS, int8_t SRCS,
15-
int8_t BUSY = -1, SPIClass *spi = &SPI)
15+
int8_t BUSY = -1, SPIClass *spi = &SPI)
1616
: Adafruit_SSD1680(296, 128, DC, RST, CS, SRCS, BUSY, spi){};
1717

1818
void begin(thinkinkmode_t mode = THINKINK_TRICOLOR) {

0 commit comments

Comments
 (0)