Skip to content

Commit 7d187c9

Browse files
authored
Correct epdConfig mode to mono
1 parent 94a29d3 commit 7d187c9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

components/display/eink-29-flexible-monochrome-296x128/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": "monochrome",
15+
"mode": "mono",
1616
"width": 296,
1717
"height": 128
1818
}

components/display/eink-37-monochrome-416x240/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": "monochrome",
15+
"mode": "mono",
1616
"width": 416,
1717
"height": 240
1818
}

components/display/eink-583-monochrome-648x480/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": "monochrome",
15+
"mode": "mono",
1616
"width": 648,
1717
"height": 480
1818
}

0 commit comments

Comments
 (0)