Skip to content

Commit 57e5fc8

Browse files
committed
Add OLED controller names to descriptions
1 parent 6a160d3 commit 57e5fc8

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

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/oled128x32wingdefault/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/2900",
66
"documentationURL": "https://learn.adafruit.com/adafruit-oled-featherwing",
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" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,

components/i2c_output/oled128x32winglarge/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/2900",
66
"documentationURL": "https://learn.adafruit.com/adafruit-oled-featherwing",
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" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,

components/i2c_output/oled128x64default/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/938",
66
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
7-
"description": "Monochrome 128x64 I2C OLED Display with the default font size.",
7+
"description": "Monochrome 128x64 I2C OLED Display with the default font size (SSD1306)",
88
"i2cAddresses": [ "0x3C", "0x3D" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,

components/i2c_output/oled128x64large/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/938",
66
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
7-
"description": "Monochrome 128x64 I2C OLED Display with a larger font size.",
7+
"description": "Monochrome 128x64 I2C OLED Display with a larger font size (SSD1306)",
88
"i2cAddresses": [ "0x3C", "0x3D" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,

components/i2c_output/oled128x64wingdefault/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/4650",
66
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
7-
"description": "Monochrome 128x64 I2C OLED Display with the default font size.",
7+
"description": "Monochrome 128x64 I2C OLED Display with the default font size (SH1107)",
88
"i2cAddresses": [ "0x3D", "0x3C" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,

components/i2c_output/oled128x64winglarge/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/4650",
66
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
7-
"description": "Monochrome 128x64 I2C OLED Display with a larger font size.",
7+
"description": "Monochrome 128x64 I2C OLED Display with a larger font size (SH1107)",
88
"i2cAddresses": [ "0x3D", "0x3C" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,

0 commit comments

Comments
 (0)