Add OLED featherwings

This commit is contained in:
Tyeth Gundry 2025-06-19 16:42:13 +01:00
parent 941d13c218
commit 9aa99c7863
10 changed files with 91 additions and 0 deletions

View file

@ -0,0 +1,13 @@
{
"displayName": "128x32 OLED (Large Font)",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/4440",
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
"description": "Monochrome 128x32 I2C OLED Display with a larger font size",
"i2cAddresses": [ "0x3C" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 32,
"textSize": "SZ_LARGE"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

View file

@ -0,0 +1,13 @@
{
"displayName": "128x64 OLED (Default)",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/938",
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
"description": "Monochrome 128x64 I2C OLED Display with the default font size.",
"i2cAddresses": [ "0x3D" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 64,
"textSize": "SZ_DEFAULT"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View file

@ -0,0 +1,13 @@
{
"displayName": "128x64 OLED (Large Font)",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/938",
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
"description": "Monochrome 128x64 I2C OLED Display with a larger font size.",
"i2cAddresses": [ "0x3D" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 64,
"textSize": "SZ_LARGE"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View file

@ -0,0 +1,13 @@
{
"displayName": "128x32 OLED Featherwing (Default)",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/2900",
"documentationURL": "https://learn.adafruit.com/adafruit-oled-featherwing",
"description": "Monochrome 128x32 OLED graphic display with the default font size.",
"i2cAddresses": [ "0x3C" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 32,
"textSize": "SZ_DEFAULT"
}

View file

@ -0,0 +1,13 @@
{
"displayName": "128x32 OLED Featherwing (Large Font)",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/2900",
"documentationURL": "https://learn.adafruit.com/adafruit-oled-featherwing",
"description": "Monochrome 128x32 I2C OLED Display with a larger font size",
"i2cAddresses": [ "0x3C" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 32,
"textSize": "SZ_LARGE"
}

View file

@ -0,0 +1,13 @@
{
"displayName": "128x64 OLED Featherwing (Default)",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/4650",
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
"description": "Monochrome 128x64 I2C OLED Display with the default font size.",
"i2cAddresses": [ "0x3D", "0x3C" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 64,
"textSize": "SZ_DEFAULT"
}

View file

@ -0,0 +1,13 @@
{
"displayName": "128x64 OLED Featherwing (Large Font)",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/4650",
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
"description": "Monochrome 128x64 I2C OLED Display with a larger font size.",
"i2cAddresses": [ "0x3D", "0x3C" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 64,
"textSize": "SZ_LARGE"
}