Skip to content

Commit adf6d38

Browse files
committed
Initial version of Waveshare 2.9" (V2) Board
1 parent 5286e08 commit adf6d38

File tree

2 files changed

+78
-0
lines changed

2 files changed

+78
-0
lines changed

boards/ws29v2/board.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
{
2+
"name": "WS29V2 e-paper module",
3+
"version": 1,
4+
"description": "Waveshare 2.9\" e-Paper Module (V2)",
5+
"author": "Bonny Rais",
6+
"width": 89.5,
7+
"height": 38,
8+
9+
"chips": [{ "id": "chip", "type": "github:bonnyr/[email protected]" }],
10+
11+
"pins": {
12+
"BUSY" : { "x": 4, "y": 10, "target": "chip:BUSY" },
13+
"RST": { "x": 4, "y": 12.54, "target": "chip:RST" },
14+
"DC": { "x": 4, "y": 15.08, "target": "chip:DC" },
15+
"CS": { "x": 4, "y": 17.62, "target": "chip:CS" },
16+
"CLK": { "x": 4, "y": 20.18, "target": "chip:CLK" },
17+
"DIN": { "x": 4, "y": 22.72, "target": "chip:DIN" },
18+
"VCC": { "x": 4, "y": 25.26, "target": "chip:VCC" },
19+
"GND": { "x": 4, "y": 27.8, "target": "chip:GND" }
20+
},
21+
22+
"displays": [
23+
{
24+
"id": "chip",
25+
"x": 31.9,
26+
"y": -15,
27+
"rotate": -90,
28+
"width": 31,
29+
"height": 67.5,
30+
"pixelWidth": 128,
31+
"pixelHeight": 296,
32+
"chip": "ws29v2"
33+
}
34+
]
35+
}
36+
37+
38+

boards/ws29v2/board.svg

Lines changed: 40 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)