17
17
18
18
// ThinkInk_154_Mono_D67 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
19
19
// 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
21
25
// 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
22
28
// 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);
23
31
// 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);
25
32
26
33
void setup () {
27
34
Serial.begin (115200 );
@@ -76,4 +83,4 @@ void testdrawtext(char *text, uint16_t color) {
76
83
display.setTextColor (color);
77
84
display.setTextWrap (true );
78
85
display.print (text);
79
- }
86
+ }
0 commit comments