-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
336 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{ | ||
"name": "Grove - OLED Display 1.12 (SH1107)", | ||
"version": 1, | ||
"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.", | ||
"author": "Ariella Eliassaf", | ||
|
||
"width": 44.94, | ||
"height": 44.31, | ||
|
||
"chips": [{ "id": "chip", "type": "github:wokwi/[email protected]" }], | ||
|
||
"pins": { | ||
// "GND.2": { "x": 15.1, "y": 5.23, "target": "chip:GND" }, | ||
// "5V": { "x": 17.64, "y": 5.23, "target": "chip:VCC" }, | ||
// "SCL.2": { "x": 20.18, "y": 5.23, "target": "chip:SCL" }, | ||
// "SI": { "x": 22.72, "y": 5.23, "target": "chip:SDA" }, | ||
// "RES": { "x": 25.26, "y": 5.23, "target": "NRST" }, | ||
// "D/C": { "x": 27.8, "y": 5.23, "target": "A0" }, | ||
// "CS": { "x": 30.34, "y": 5.23, "target": "CS" }, | ||
|
||
/* I2C */ | ||
"GND.1": { "x": 44.9, "y": 20.38, "target": "chip:GND" }, | ||
"VCC": { "x": 44.9, "y": 22.92, "target": "chip:VCC" }, | ||
"SDA": { "x": 44.9, "y":25.46, "target": "chip:SDA" }, | ||
"SCL.1": { "x": 44.9, "y": 28, "target": "chip:SCL" } | ||
}, | ||
|
||
"displays": [ | ||
{ | ||
"id": "chip", | ||
"x": 9.244, | ||
"y": 7.403, | ||
"width": 26.06, | ||
"height": 25.981, | ||
"pixelWidth": 128, | ||
"pixelHeight": 128, | ||
"chip": "sh1107" | ||
} | ||
] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.