Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions components/i2c_output/fthrwingoled128x32/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"displayName": "128x32 OLED'wing (Small)",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/2900",
"documentationURL": "https://learn.adafruit.com/adafruit-oled-featherwing",
"description": "Monochrome 128x32 OLED featherwing display with the default font size (SSD1306)",
"i2cAddresses": [ "0x3C" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 32,
"textSize": "SZ_DEFAULT"
}
13 changes: 13 additions & 0 deletions components/i2c_output/fthrwingoled128x32lg/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"displayName": "128x32 OLED'wing (Large)",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/2900",
"documentationURL": "https://learn.adafruit.com/adafruit-oled-featherwing",
"description": "Monochrome 128x32 OLED featherwing display with a larger font size (SSD1306)",
"i2cAddresses": [ "0x3C" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 32,
"textSize": "SZ_LARGE"
}
13 changes: 13 additions & 0 deletions components/i2c_output/fthrwingoled128x64/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"displayName": "128x64 OLED'wing (Small)",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/4650",
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
"description": "Monochrome 128x64 OLED featherwing display with the default font size (SH1107)",
"i2cAddresses": [ "0x3D", "0x3C" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 64,
"textSize": "SZ_DEFAULT"
}
13 changes: 13 additions & 0 deletions components/i2c_output/fthrwingoled128x64lg/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"displayName": "128x64 OLED'wing (Large)",
"published": true,
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/4650",
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
"description": "Monochrome 128x64 OLED featherwing display with the default font size (SH1107)",
"i2cAddresses": [ "0x3D", "0x3C" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 64,
"textSize": "SZ_LARGE"
}
2 changes: 1 addition & 1 deletion components/i2c_output/oled128x32default/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"vendor": "Adafruit",
"productURL": "https://www.adafruit.com/product/4440",
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
"description": "Monochrome 128x32 OLED graphic display with the default font size.",
"description": "Monochrome 128x32 OLED graphic display with the default font size. (SSD1306)",
"i2cAddresses": [ "0x3C", "0x3D" ],
"outputType": "OLED",
"oledWidth": 128,
Expand Down
2 changes: 1 addition & 1 deletion components/i2c_output/oled128x32large/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"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",
"description": "Monochrome 128x32 I2C OLED Display with a larger font size (SSD1306).",
"i2cAddresses": [ "0x3C", "0x3D" ],
"outputType": "OLED",
"oledWidth": 128,
Expand Down
4 changes: 2 additions & 2 deletions components/i2c_output/oled128x64default/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"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": [ "0x3C", "0x3D" ],
"description": "Monochrome 128x64 I2C OLED Display with the default font size (SSD1306)",
"i2cAddresses": [ "0x3D", "0x3C" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 64,
Expand Down
4 changes: 2 additions & 2 deletions components/i2c_output/oled128x64large/definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"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": [ "0x3C", "0x3D" ],
"description": "Monochrome 128x64 I2C OLED Display with a larger font size (SSD1306)",
"i2cAddresses": [ "0x3D", "0x3C" ],
"outputType": "OLED",
"oledWidth": 128,
"oledHeight": 64,
Expand Down
13 changes: 13 additions & 0 deletions components/i2c_output/oled64x32default/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"displayName": "64x32 OLED (Small Font)",
"published": true,
"vendor": "Generic",
"productURL": "https://www.digikey.com/en/products/detail/midas-displays/MDOB064032AV-WI/18088023",
"documentationURL": "https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/4808/MDOB064032AV-WI.pdf",
"description": "Monochrome 64x32 I2C OLED Display with the default font size. (SSD1306)",
"i2cAddresses": [ "0x3D", "0x3C" ],
"outputType": "OLED",
"oledWidth": 64,
"oledHeight": 32,
"textSize": "SZ_DEFAULT"
}
Binary file added components/i2c_output/oled64x32default/image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions components/i2c_output/oled64x32large/definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"displayName": "64x32 OLED (Large Font)",
"published": true,
"vendor": "Generic",
"productURL": "https://www.digikey.com/en/products/detail/midas-displays/MDOB064032AV-WI/18088023",
"documentationURL": "https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/4808/MDOB064032AV-WI.pdf",
"description": "Monochrome 64x32 I2C OLED Display with a larger font size. (SSD1306)",
"i2cAddresses": [ "0x3D", "0x3C" ],
"outputType": "OLED",
"oledWidth": 64,
"oledHeight": 32,
"textSize": "SZ_LARGE"
}
Binary file added components/i2c_output/oled64x32large/image.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.