Skip to content

Commit 1cfa44b

Browse files
authored
Merge pull request #263 from adafruit/sh1107
Add SSD1306 devices + Sh1107
2 parents 941d13c + 8c4d6ff commit 1cfa44b

File tree

12 files changed

+84
-6
lines changed

12 files changed

+84
-6
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"displayName": "128x32 OLED'wing (Small)",
3+
"published": true,
4+
"vendor": "Adafruit",
5+
"productURL": "https://www.adafruit.com/product/2900",
6+
"documentationURL": "https://learn.adafruit.com/adafruit-oled-featherwing",
7+
"description": "Monochrome 128x32 OLED featherwing display with the default font size (SSD1306)",
8+
"i2cAddresses": [ "0x3C" ],
9+
"outputType": "OLED",
10+
"oledWidth": 128,
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": "128x32 OLED'wing (Large)",
3+
"published": true,
4+
"vendor": "Adafruit",
5+
"productURL": "https://www.adafruit.com/product/2900",
6+
"documentationURL": "https://learn.adafruit.com/adafruit-oled-featherwing",
7+
"description": "Monochrome 128x32 OLED featherwing display with a larger font size (SSD1306)",
8+
"i2cAddresses": [ "0x3C" ],
9+
"outputType": "OLED",
10+
"oledWidth": 128,
11+
"oledHeight": 32,
12+
"textSize": "SZ_LARGE"
13+
}
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"displayName": "128x64 OLED'wing (Small)",
3+
"published": true,
4+
"vendor": "Adafruit",
5+
"productURL": "https://www.adafruit.com/product/4650",
6+
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
7+
"description": "Monochrome 128x64 OLED featherwing display with the default font size (SH1107)",
8+
"i2cAddresses": [ "0x3D", "0x3C" ],
9+
"outputType": "OLED",
10+
"oledWidth": 128,
11+
"oledHeight": 64,
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": "128x64 OLED'wing (Large)",
3+
"published": true,
4+
"vendor": "Adafruit",
5+
"productURL": "https://www.adafruit.com/product/4650",
6+
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
7+
"description": "Monochrome 128x64 OLED featherwing display with the default font size (SH1107)",
8+
"i2cAddresses": [ "0x3D", "0x3C" ],
9+
"outputType": "OLED",
10+
"oledWidth": 128,
11+
"oledHeight": 64,
12+
"textSize": "SZ_LARGE"
13+
}

components/i2c_output/oled128x32default/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"vendor": "Adafruit",
55
"productURL": "https://www.adafruit.com/product/4440",
66
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
7-
"description": "Monochrome 128x32 OLED graphic display with the default font size.",
7+
"description": "Monochrome 128x32 OLED graphic display with the default font size. (SSD1306)",
88
"i2cAddresses": [ "0x3C", "0x3D" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,

components/i2c_output/oled128x32large/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"vendor": "Adafruit",
55
"productURL": "https://www.adafruit.com/product/4440",
66
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
7-
"description": "Monochrome 128x32 I2C OLED Display with a larger font size",
7+
"description": "Monochrome 128x32 I2C OLED Display with a larger font size (SSD1306).",
88
"i2cAddresses": [ "0x3C", "0x3D" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,

components/i2c_output/oled128x64default/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"vendor": "Adafruit",
55
"productURL": "https://www.adafruit.com/product/938",
66
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
7-
"description": "Monochrome 128x64 I2C OLED Display with the default font size.",
8-
"i2cAddresses": [ "0x3C", "0x3D" ],
7+
"description": "Monochrome 128x64 I2C OLED Display with the default font size (SSD1306)",
8+
"i2cAddresses": [ "0x3D", "0x3C" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,
1111
"oledHeight": 64,

components/i2c_output/oled128x64large/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"vendor": "Adafruit",
55
"productURL": "https://www.adafruit.com/product/938",
66
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
7-
"description": "Monochrome 128x64 I2C OLED Display with a larger font size.",
8-
"i2cAddresses": [ "0x3C", "0x3D" ],
7+
"description": "Monochrome 128x64 I2C OLED Display with a larger font size (SSD1306)",
8+
"i2cAddresses": [ "0x3D", "0x3C" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,
1111
"oledHeight": 64,
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"displayName": "64x32 OLED (Small Font)",
3+
"published": true,
4+
"vendor": "Generic",
5+
"productURL": "https://www.digikey.com/en/products/detail/midas-displays/MDOB064032AV-WI/18088023",
6+
"documentationURL": "https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/4808/MDOB064032AV-WI.pdf",
7+
"description": "Monochrome 64x32 I2C OLED Display with the default font size. (SSD1306)",
8+
"i2cAddresses": [ "0x3D", "0x3C" ],
9+
"outputType": "OLED",
10+
"oledWidth": 64,
11+
"oledHeight": 32,
12+
"textSize": "SZ_DEFAULT"
13+
}
30.7 KB
Loading

0 commit comments

Comments
 (0)