Add OLED featherwings
This commit is contained in:
parent
941d13c218
commit
9aa99c7863
10 changed files with 91 additions and 0 deletions
|
|
@ -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 |
|
|
@ -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 |
|
|
@ -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 |
13
components/i2c_output/oled128x32wingdefault/definition.json
Normal file
13
components/i2c_output/oled128x32wingdefault/definition.json
Normal 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"
|
||||||
|
}
|
||||||
13
components/i2c_output/oled128x32winglarge/definition.json
Normal file
13
components/i2c_output/oled128x32winglarge/definition.json
Normal 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"
|
||||||
|
}
|
||||||
13
components/i2c_output/oled128x64wingdefault/definition.json
Normal file
13
components/i2c_output/oled128x64wingdefault/definition.json
Normal 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"
|
||||||
|
}
|
||||||
13
components/i2c_output/oled128x64winglarge/definition.json
Normal file
13
components/i2c_output/oled128x64winglarge/definition.json
Normal 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"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue