Skip to content

Commit

Permalink
feat(ili9881c-8in): experimental support
Browse files Browse the repository at this point in the history
  • Loading branch information
urish committed Feb 27, 2024
1 parent 1e69e1a commit b1718f4
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 0 deletions.
25 changes: 25 additions & 0 deletions boards/ili9881c-8in/board.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "ILI9981C 8 inch MIPI DSI2 800x1280 display",
"version": 1,
"description": "Experimental MIPI DSI2 display panel with ILI9881C driver chip.",
"author": "Uri Shaked",
"width": 133.586,
"height": 194.078,

"pins": {
/* No pins - the DSI interface is handled internally by the display chip */
},

"displays": [
{
"id": "lcd1",
"x": 11.657,
"y": 11.972,
"width": 110.271,
"height": 171.078,
"pixelWidth": 800,
"pixelHeight": 1280,
"chip": "ili9881c"
}
]
}
28 changes: 28 additions & 0 deletions boards/ili9881c-8in/board.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b1718f4

Please sign in to comment.