Skip to content

Commit 7645ff4

Browse files
authored
Merge pull request #49 from adafruit/B74_SSD1680
alias the BN to the B74
2 parents af49962 + 3f184cc commit 7645ff4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

examples/ThinkInk_mono/ThinkInk_mono.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ ThinkInk_213_Mono_B72 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
3333

3434
// 2.13" Monochrome displays with 250x122 pixels and SSD1680 chipset
3535
//ThinkInk_213_Mono_BN display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
36+
//ThinkInk_213_Mono_B74 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
3637

3738
// 2.13" Monochrome displays with 212x104 pixels and UC8151D chipset
3839
//ThinkInk_213_Mono_M21 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);

src/panels/ThinkInk_213_Mono_BN.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ class ThinkInk_213_Mono_BN : public Adafruit_SSD1680 {
3434
}
3535
};
3636

37+
typedef ThinkInk_213_Mono_BN ThinkInk_213_Mono_B74;
38+
3739
#endif // _THINKINK_213_MONO_BN_H

0 commit comments

Comments
 (0)