Skip to content

Commit 7aef20b

Browse files
committed
Squeeze component names into 24characters
1 parent 186ff79 commit 7aef20b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

components/i2c_output/oled128x32wingdefault/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"displayName": "128x32 OLED Featherwing (Default)",
2+
"displayName": "128x32 OLED'wing (Small)",
33
"published": true,
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 (SSD1306)",
7+
"description": "Monochrome 128x32 OLED featherwing display with the default font size (SSD1306)",
88
"i2cAddresses": [ "0x3C" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,

components/i2c_output/oled128x32winglarge/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"displayName": "128x32 OLED Featherwing (Large Font)",
2+
"displayName": "128x32 OLED'wing (Large)",
33
"published": true,
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 (SSD1306)",
7+
"description": "Monochrome 128x32 OLED featherwing display with a larger font size (SSD1306)",
88
"i2cAddresses": [ "0x3C" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,

components/i2c_output/oled128x64wingdefault/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"displayName": "128x64 OLED Featherwing (Default)",
2+
"displayName": "128x64 OLED'wing (Small)",
33
"published": true,
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 (SH1107)",
7+
"description": "Monochrome 128x64 OLED featherwing 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 (SH1107)",
7+
"description": "Monochrome 128x64 OLED featherwing display with the default font size (SH1107)",
88
"i2cAddresses": [ "0x3D", "0x3C" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,

0 commit comments

Comments
 (0)