Skip to content

Commit d62e3f1

Browse files
committed
document different panels
1 parent b9f41ce commit d62e3f1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

examples/ThinkInk_mono/ThinkInk_mono.ino

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,18 @@
1717

1818
//ThinkInk_154_Mono_D67 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
1919
//ThinkInk_154_Mono_D27 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
20-
//ThinkInk_213_Mono_B72 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
20+
21+
// 2.13" Monochrome displays with 250x122 pixels and SSD1675 chipset
22+
ThinkInk_213_Mono_B72 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
23+
24+
// 2.13" Monochrome displays with 250x122 pixels and SSD1675B chipset
2125
//ThinkInk_213_Mono_B73 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
26+
27+
// 2.13" Monochrome displays with 250x122 pixels and SSD1680 chipset
2228
//ThinkInk_213_Mono_BN display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
29+
30+
//ThinkInk_290_Grayscale4_T5 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
2331
//ThinkInk_420_Mono_BN display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
24-
ThinkInk_290_Grayscale4_T5 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
2532

2633
void setup() {
2734
Serial.begin(115200);
@@ -76,4 +83,4 @@ void testdrawtext(char *text, uint16_t color) {
7683
display.setTextColor(color);
7784
display.setTextWrap(true);
7885
display.print(text);
79-
}
86+
}

0 commit comments

Comments
 (0)