|
| 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 | +} |
0 commit comments