Skip to content

Commit 81046a2

Browse files
committed
feat: add grove-oled-sh1107
1 parent b1718f4 commit 81046a2

File tree

2 files changed

+336
-0
lines changed

2 files changed

+336
-0
lines changed
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "Grove - OLED Display 1.12 (SH1107)",
3+
"version": 1,
4+
"description": "A monochrome display with 128*128 resolution. Compared with LCDs, there are many advantages on OLED(Organic Light Emitting Diode) like self-emission, high contrast ratio, slim/thin outline, wide viewing angle and low power consumption.",
5+
"author": "Ariella Eliassaf",
6+
7+
"width": 44.94,
8+
"height": 44.31,
9+
10+
"chips": [{ "id": "chip", "type": "github:wokwi/chip-sh1107@0.1.0" }],
11+
12+
"pins": {
13+
// "GND.2": { "x": 15.1, "y": 5.23, "target": "chip:GND" },
14+
// "5V": { "x": 17.64, "y": 5.23, "target": "chip:VCC" },
15+
// "SCL.2": { "x": 20.18, "y": 5.23, "target": "chip:SCL" },
16+
// "SI": { "x": 22.72, "y": 5.23, "target": "chip:SDA" },
17+
// "RES": { "x": 25.26, "y": 5.23, "target": "NRST" },
18+
// "D/C": { "x": 27.8, "y": 5.23, "target": "A0" },
19+
// "CS": { "x": 30.34, "y": 5.23, "target": "CS" },
20+
21+
/* I2C */
22+
"GND.1": { "x": 44.9, "y": 20.38, "target": "chip:GND" },
23+
"VCC": { "x": 44.9, "y": 22.92, "target": "chip:VCC" },
24+
"SDA": { "x": 44.9, "y":25.46, "target": "chip:SDA" },
25+
"SCL.1": { "x": 44.9, "y": 28, "target": "chip:SCL" }
26+
},
27+
28+
"displays": [
29+
{
30+
"id": "chip",
31+
"x": 9.244,
32+
"y": 7.403,
33+
"width": 26.06,
34+
"height": 25.981,
35+
"pixelWidth": 128,
36+
"pixelHeight": 128,
37+
"chip": "sh1107"
38+
}
39+
]
40+
}

boards/grove-oled-sh1107/board.svg

Lines changed: 296 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)