Skip to content

Commit 6f95846

Browse files
committed
fix duplicate
1 parent e9f5952 commit 6f95846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ThinkInk_mono/ThinkInk_mono.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
//ThinkInk_154_Mono_D27 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
2020

2121
// 1.54" Monochrome displays with 152x152 pixels and UC8151D chipset
22-
ThinkInk_154_Mono_M10 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
22+
//ThinkInk_154_Mono_M10 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
2323

2424
// 2.13" Monochrome displays with 250x122 pixels and SSD1675 chipset
2525
ThinkInk_213_Mono_B72 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);

0 commit comments

Comments
 (0)