Skip to content

Commit 4667e52

Browse files
committed
feat(nokia-5110): add Screen
1 parent a9241ec commit 4667e52

File tree

2 files changed

+419
-0
lines changed

2 files changed

+419
-0
lines changed

boards/nokia-5110/board.json

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
{
2+
"name": "Nokia 5110 Screen PCD8544",
3+
"version": 1,
4+
"description": "A low power CMOS LCD controller/driver, designed to drive a graphic display of 48 rows and 84 columns.",
5+
"author": "Ariella Eliassaf",
6+
"width": 45.192,
7+
"height": 45.101,
8+
9+
10+
"pins": {
11+
"RST.2 ": { "x": 13.7, "y": 3, "target": "display:RST" },
12+
"CE.2": { "x": 16.24, "y": 3, "target": "display:CE" },
13+
"DC.2": { "x": 18.78, "y": 3, "target": "display:DC" },
14+
"DIN.2 ": { "x": 21.32, "y": 3, "target": "display:DIN" },
15+
"CLK.2 ": { "x": 23.86, "y": 3, "target": "display:CLK" },
16+
"VCC.2 ": { "x": 26.4, "y": 3, "target": "display:VCC" },
17+
"BL.2": { "x": 28.94, "y": 3, "target": "display:BL" },
18+
"GND.2 ": { "x": 31.48, "y": 3, "target": "display:GND" },
19+
20+
21+
"RST": { "x": 13.7, "y": 42.15, "target": "display:RST" },
22+
"CE": { "x": 16.24, "y": 42.15, "target": "display:CE" },
23+
"DC": { "x": 18.78, "y": 42.15, "target": "display:DC" },
24+
"DIN": { "x": 21.32, "y": 42.15, "target": "display:DIN" },
25+
"CLK": { "x": 23.86, "y": 42.15, "target": "display:CLK" },
26+
"VCC": { "x": 26.4, "y": 42.15, "target": "display:VCC" },
27+
"BL": { "x": 28.94, "y": 42.15, "target": "display:BL" },
28+
"GND": { "x": 31.48, "y": 42.15, "target": "display:GND" }
29+
30+
31+
},
32+
33+
"displays": [
34+
{
35+
"id": "display",
36+
"x": 3.655,
37+
"y": 11.362,
38+
"width": 37.882,
39+
"height": 26.804,
40+
"pixelWidth": 84,
41+
"pixelHeight": 48,
42+
"chip": "pcd8544"
43+
}
44+
]
45+
}
46+

0 commit comments

Comments
 (0)