Skip to content

Commit b1718f4

Browse files
committed
feat(ili9881c-8in): experimental support
1 parent 1e69e1a commit b1718f4

File tree

2 files changed

+53
-0
lines changed

2 files changed

+53
-0
lines changed

boards/ili9881c-8in/board.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "ILI9981C 8 inch MIPI DSI2 800x1280 display",
3+
"version": 1,
4+
"description": "Experimental MIPI DSI2 display panel with ILI9881C driver chip.",
5+
"author": "Uri Shaked",
6+
"width": 133.586,
7+
"height": 194.078,
8+
9+
"pins": {
10+
/* No pins - the DSI interface is handled internally by the display chip */
11+
},
12+
13+
"displays": [
14+
{
15+
"id": "lcd1",
16+
"x": 11.657,
17+
"y": 11.972,
18+
"width": 110.271,
19+
"height": 171.078,
20+
"pixelWidth": 800,
21+
"pixelHeight": 1280,
22+
"chip": "ili9881c"
23+
}
24+
]
25+
}

boards/ili9881c-8in/board.svg

Lines changed: 28 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)