Skip to content

Commit aaa322e

Browse files
committed
add(epd): 2.9" flexible UC8151D(ILI0373?), 3.7" UC8253, 4.2" SSD1683, 5.83" UC8179
1 parent 2b40a31 commit aaa322e

File tree

4 files changed

+80
-0
lines changed

4 files changed

+80
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"displayName": "2.9\" Flexible Monochrome eInk (UC8151D)",
3+
"vendor": "Adafruit",
4+
"productURL": "https://www.adafruit.com/product/4262",
5+
"documentationURL": "https://learn.adafruit.com/adafruit-eink-display-breakouts",
6+
"published": true,
7+
"description": "2.9\" Flexible 296x128 Monochrome eInk / ePaper Display with UC8151D Chipset.",
8+
"displayType": {
9+
"type": "epd",
10+
"driver": "epd_uc8151d",
11+
"spiEpd": {
12+
"bus": 0
13+
},
14+
"epdConfig": {
15+
"mode": "monochrome",
16+
"width": 296,
17+
"height": 128
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"displayName": "3.7\" Monochrome eInk (UC8253/ILI0373)",
3+
"vendor": "Adafruit",
4+
"productURL": "https://www.adafruit.com/product/6395",
5+
"documentationURL": "https://learn.adafruit.com/adafruit-eink-display-breakouts",
6+
"published": true,
7+
"description": "3.7\" 416x240 Monochrome Black/White eInk / ePaper - Bare Display with UC8253 Chipset.",
8+
"displayType": {
9+
"type": "epd",
10+
"driver": "epd_uc8253",
11+
"spiEpd": {
12+
"bus": 0
13+
},
14+
"epdConfig": {
15+
"mode": "monochrome",
16+
"width": 416,
17+
"height": 240
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"displayName": "4.2\" Grayscale eInk (SSD1683)",
3+
"vendor": "Adafruit",
4+
"productURL": "https://www.adafruit.com/product/6381",
5+
"documentationURL": "https://learn.adafruit.com/adafruit-eink-display-breakouts",
6+
"published": true,
7+
"description": "4.2\" 300x400 Monochrome or 4-Gray eInk / ePaper - Bare Display with SSD1683 driver.",
8+
"displayType": {
9+
"type": "epd",
10+
"driver": "epd_ssd1683",
11+
"spiEpd": {
12+
"bus": 0
13+
},
14+
"epdConfig": {
15+
"mode": "grayscale4",
16+
"width": 400,
17+
"height": 300
18+
}
19+
}
20+
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"displayName": "5.83\" Monochrome eInk (UC8179)",
3+
"vendor": "Adafruit",
4+
"productURL": "https://www.adafruit.com/product/6397",
5+
"documentationURL": "https://learn.adafruit.com/adafruit-eink-display-breakouts",
6+
"published": true,
7+
"description": "5.83\" 648x480 Monochrome Black / White eInk / ePaper - Bare Display with UC8179 Chipset.",
8+
"displayType": {
9+
"type": "epd",
10+
"driver": "epd_uc8179",
11+
"spiEpd": {
12+
"bus": 0
13+
},
14+
"epdConfig": {
15+
"mode": "monochrome",
16+
"width": 648,
17+
"height": 480
18+
}
19+
}
20+
}

0 commit comments

Comments
 (0)