Skip to content

Commit 72d330e

Browse files
committed
add 2.9" UC8151D example
1 parent a214067 commit 72d330e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/ThinkInk_tricolor/ThinkInk_tricolor.ino

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
// 2.7" Tricolor Featherwing or Breakout with EK79686 chipset
3434
//ThinkInk_270_Tricolor_Z70 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
3535

36-
// 2.9" Tricolor Featherwing or Breakout:
36+
// 2.9" Tricolor Featherwing or Breakout with IL0373 chipset
3737
ThinkInk_290_Tricolor_Z10 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
38+
// 2.9" Tricolor Featherwing or Breakout with UC8151D chipset
39+
//ThinkInk_290_Tricolor_Z13 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
3840

3941
//ThinkInk_420_Tricolor_RW display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);
4042
//ThinkInk_420_Tricolor_Z21 display(EPD_DC, EPD_RESET, EPD_CS, SRAM_CS, EPD_BUSY);

0 commit comments

Comments
 (0)