Skip to content

Commit 2b40a31

Browse files
authored
Merge pull request #287 from adafruit/update-display-cfgs
Add MagTag generic display, update ILI0373 display
2 parents 45b0df9 + 998872e commit 2b40a31

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

components/display/eink-29-grayscale-ili0373/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"bus": 0
1313
},
1414
"epdConfig": {
15-
"mode": "mono",
15+
"mode": "grayscale4",
1616
"width": 296,
1717
"height": 128
1818
}
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"displayName": "MagTag - 2.9\" E-Ink Display",
3+
"vendor": "Adafruit",
4+
"productURL": "https://www.adafruit.com/product/4800",
5+
"documentationURL": "https://learn.adafruit.com/adafruit-magtag",
6+
"published": true,
7+
"description": "Adds the Adafruit MagTag's 2.9\" E-Ink display to your project.",
8+
"displayType": {
9+
"type": "epd",
10+
"driver": "unspecified",
11+
"spiEpd": {
12+
"bus": 0
13+
},
14+
"epdConfig": {
15+
"mode": "unspecified",
16+
"width": 296,
17+
"height": 128
18+
}
19+
}
20+
}
60.4 KB
Loading

0 commit comments

Comments
 (0)