Skip to content

Commit a214067

Browse files
committed
klangz
1 parent ee9a01a commit a214067

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/panels/ThinkInk_420_Mono_M06.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,11 @@ class ThinkInk_420_Mono_M06 : public Adafruit_UC8276 {
77
private:
88
public:
99
ThinkInk_420_Mono_M06(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, int8_t BUSY = -1)
1211
: Adafruit_UC8276(300, 400, SID, SCLK, DC, RST, CS, SRCS, MISO, BUSY){};
1312

1413
ThinkInk_420_Mono_M06(int8_t DC, int8_t RST, int8_t CS, int8_t SRCS,
15-
int8_t BUSY = -1, SPIClass *spi = &SPI)
14+
int8_t BUSY = -1, SPIClass *spi = &SPI)
1615
: Adafruit_UC8276(300, 400, DC, RST, CS, SRCS, BUSY, spi){};
1716

1817
void begin(thinkinkmode_t mode = THINKINK_MONO) {

0 commit comments

Comments
 (0)