Skip to content

Commit efe382c

Browse files
committed
clangf
1 parent 34d8209 commit efe382c

File tree

5 files changed

+4
-7
lines changed

5 files changed

+4
-7
lines changed

src/panels/ThinkInk_154_Tricolor_RW.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ThinkInk_154_Tricolor_RW : public Adafruit_SSD1680 {
1717

1818
void begin(thinkinkmode_t mode = THINKINK_MONO) {
1919
Adafruit_SSD1680::begin(true);
20-
20+
2121
inkmode = mode; // Preserve ink mode for ImageReader or others
2222

2323
layer_colors[EPD_WHITE] = 0b00;

src/panels/ThinkInk_270_Grayscale4_W3.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ class ThinkInk_270_Grayscale4_W3 : public Adafruit_IL91874 {
77
private:
88
public:
99
ThinkInk_270_Grayscale4_W3(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_IL91874(264, 176, SID, SCLK, DC, RST, CS, SRCS, MISO, -1){};
1313

1414
ThinkInk_270_Grayscale4_W3(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_IL91874(264, 176, DC, RST, CS, SRCS, -1, spi){};
1717

1818
void begin(thinkinkmode_t mode = THINKINK_TRICOLOR) {

src/panels/ThinkInk_270_Tricolor_C44.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ class ThinkInk_270_Tricolor_C44 : public Adafruit_IL91874 {
3030
default_refresh_delay = 13000;
3131
powerDown();
3232
}
33-
3433
};
3534

3635
#endif // _THINKINK_270_TRICOLOR_C44_H

src/panels/ThinkInk_290_Grayscale4_T5.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ class ThinkInk_290_Grayscale4_T5 : public Adafruit_IL0373 {
191191

192192
powerDown();
193193
}
194-
195194
};
196195

197196
#endif // _THINKINK_290_GRAYSCALE4_T5_H

src/panels/ThinkInk_420_Mono_BN.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ class ThinkInk_420_Mono_BN : public Adafruit_SSD1619 {
3232
setRotation(1);
3333
powerDown();
3434
}
35-
3635
};
3736

3837
#endif // _THINKINK_420_MONO_BN_H

0 commit comments

Comments
 (0)