Skip to content

Commit f418a1d

Browse files
committed
i think thats it for now
1 parent d431288 commit f418a1d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

examples/ThinkInk_gray4/ThinkInk_gray4.ino

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@ ThinkInk_213_Grayscale4_MFGN display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUS
4242
// ThinkInk_266_Grayscale4_MFGN display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY,
4343
// EPD_SPI);
4444

45-
// 2.9" Grayscale Featherwing or Breakout:
45+
// 2.9" Grayscale Featherwing or Breakout with IL0373
4646
// ThinkInk_290_Grayscale4_T5 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY,
4747
// EPD_SPI);
4848

49+
// 2.9" 4-Grayscale display with 296x128 pixels and SSD1680 chipset
50+
// ThinkInk_290_Grayscale4_EAAMFGN display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY, EPD_SPI);
51+
4952
// 4.2" 4-Grayscale display with SSD1683 chipset
5053
// ThinkInk_420_Grayscale4_MFGN display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY, EPD_SPI);
5154

examples/ThinkInk_mono/ThinkInk_mono.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ ThinkInk_213_Mono_B72 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY, EPD_
5858
// 2.9" 4-level Grayscale (use mono) displays with 296x128 pixels and SSD1680 chip
5959
// ThinkInk_290_Grayscale4_EAAMFGN display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY, EPD_SPI);
6060

61-
// 2.9" 4-level Grayscale (use mono) displays with 296x128 pixels and IL0373
62-
// chipset
61+
// 2.9" 4-level Grayscale (use mono) displays with 296x128 pixels and IL0373 chipset
6362
// ThinkInk_290_Grayscale4_T5 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS,
6463
// EPD_BUSY, EPD_SPI);
6564

0 commit comments

Comments
 (0)