Skip to content

Commit 6b49e51

Browse files
committed
64x32 SH1007
1 parent 9aa99c7 commit 6b49e51

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"displayName": "64x32 OLED (Default)",
3+
"published": true,
4+
"vendor": "Generic",
5+
"productURL": "https://www.adafruit.com/product/4650",
6+
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
7+
"description": "Monochrome 64x32 I2C OLED Display with the default font size. (SH1107)",
8+
"i2cAddresses": [ "0x3D", "0x3C" ],
9+
"outputType": "OLED",
10+
"oledWidth": 64,
11+
"oledHeight": 32,
12+
"textSize": "SZ_DEFAULT"
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"displayName": "64x32 OLED SH1107 (Large Font)",
3+
"published": true,
4+
"vendor": "Generic",
5+
"productURL": "https://www.adafruit.com/product/4650",
6+
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
7+
"description": "Monochrome 64x32 I2C OLED Display with a larger font size.",
8+
"i2cAddresses": [ "0x3D", "0x3C" ],
9+
"outputType": "OLED",
10+
"oledWidth": 64,
11+
"oledHeight": 32,
12+
"textSize": "SZ_LARGE"
13+
}

0 commit comments

Comments
 (0)