Skip to content

Commit 9aa99c7

Browse files
committed
Add OLED featherwings
1 parent 941d13c commit 9aa99c7

File tree

10 files changed

+91
-0
lines changed

10 files changed

+91
-0
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 (Large Font)",
3+
"published": true,
4+
"vendor": "Adafruit",
5+
"productURL": "https://www.adafruit.com/product/4440",
6+
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
7+
"description": "Monochrome 128x32 I2C OLED Display with a larger font size",
8+
"i2cAddresses": [ "0x3C" ],
9+
"outputType": "OLED",
10+
"oledWidth": 128,
11+
"oledHeight": 32,
12+
"textSize": "SZ_LARGE"
13+
}
77.9 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"displayName": "128x64 OLED (Default)",
3+
"published": true,
4+
"vendor": "Adafruit",
5+
"productURL": "https://www.adafruit.com/product/938",
6+
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
7+
"description": "Monochrome 128x64 I2C OLED Display with the default font size.",
8+
"i2cAddresses": [ "0x3D" ],
9+
"outputType": "OLED",
10+
"oledWidth": 128,
11+
"oledHeight": 64,
12+
"textSize": "SZ_DEFAULT"
13+
}
75.1 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"displayName": "128x64 OLED (Large Font)",
3+
"published": true,
4+
"vendor": "Adafruit",
5+
"productURL": "https://www.adafruit.com/product/938",
6+
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
7+
"description": "Monochrome 128x64 I2C OLED Display with a larger font size.",
8+
"i2cAddresses": [ "0x3D" ],
9+
"outputType": "OLED",
10+
"oledWidth": 128,
11+
"oledHeight": 64,
12+
"textSize": "SZ_LARGE"
13+
}
75.1 KB
Loading
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"displayName": "128x32 OLED Featherwing (Default)",
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 graphic display with the default font size.",
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 Featherwing (Large Font)",
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 I2C OLED Display with a larger font size",
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 Featherwing (Default)",
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 I2C OLED Display with the default font size.",
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 Featherwing (Large Font)",
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 I2C OLED Display with a larger font size.",
8+
"i2cAddresses": [ "0x3D", "0x3C" ],
9+
"outputType": "OLED",
10+
"oledWidth": 128,
11+
"oledHeight": 64,
12+
"textSize": "SZ_LARGE"
13+
}

0 commit comments

Comments
 (0)