Skip to content

Commit 59c5488

Browse files
committed
add to mono demo
1 parent 889f14f commit 59c5488

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

examples/ThinkInk_mono/ThinkInk_mono.ino

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,13 @@ ThinkInk_213_Mono_B72 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
2727
// 2.13" Monochrome displays with 250x122 pixels and SSD1680 chipset
2828
//ThinkInk_213_Mono_BN display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
2929

30+
// 2.9" 4-level Grayscale (use mono) displays with 296x128 pixels and IL0373 chipset
3031
//ThinkInk_290_Grayscale4_T5 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
32+
33+
// 2.9" Monochrome displays with 296x128 pixels and UC8151D chipset
34+
ThinkInk_290_Mono_M06 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
35+
36+
// 4.2" Monochrome displays with 400x300 pixels and SSD1619 chipset
3137
//ThinkInk_420_Mono_BN display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
3238

3339
void setup() {
@@ -83,4 +89,4 @@ void testdrawtext(char *text, uint16_t color) {
8389
display.setTextColor(color);
8490
display.setTextWrap(true);
8591
display.print(text);
86-
}
92+
}}

0 commit comments

Comments
 (0)