diff --git a/components/i2c_output/oled128x32wingdefault/definition.json b/components/i2c_output/oled128x32wingdefault/definition.json index 8849298..3ca8a45 100644 --- a/components/i2c_output/oled128x32wingdefault/definition.json +++ b/components/i2c_output/oled128x32wingdefault/definition.json @@ -1,10 +1,10 @@ { - "displayName": "128x32 OLED Featherwing (Default)", + "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 graphic display with the default font size (SSD1306)", + "description": "Monochrome 128x32 OLED featherwing display with the default font size (SSD1306)", "i2cAddresses": [ "0x3C" ], "outputType": "OLED", "oledWidth": 128, diff --git a/components/i2c_output/oled128x32winglarge/definition.json b/components/i2c_output/oled128x32winglarge/definition.json index 16f24a3..f0830a2 100644 --- a/components/i2c_output/oled128x32winglarge/definition.json +++ b/components/i2c_output/oled128x32winglarge/definition.json @@ -1,10 +1,10 @@ { - "displayName": "128x32 OLED Featherwing (Large Font)", + "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 I2C OLED Display with a larger font size (SSD1306)", + "description": "Monochrome 128x32 OLED featherwing display with a larger font size (SSD1306)", "i2cAddresses": [ "0x3C" ], "outputType": "OLED", "oledWidth": 128, diff --git a/components/i2c_output/oled128x64wingdefault/definition.json b/components/i2c_output/oled128x64wingdefault/definition.json index f673f82..6e52e1d 100644 --- a/components/i2c_output/oled128x64wingdefault/definition.json +++ b/components/i2c_output/oled128x64wingdefault/definition.json @@ -1,10 +1,10 @@ { - "displayName": "128x64 OLED Featherwing (Default)", + "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 I2C OLED Display with the default font size (SH1107)", + "description": "Monochrome 128x64 OLED featherwing display with the default font size (SH1107)", "i2cAddresses": [ "0x3D", "0x3C" ], "outputType": "OLED", "oledWidth": 128, diff --git a/components/i2c_output/oled128x64winglarge/definition.json b/components/i2c_output/oled128x64winglarge/definition.json index d60670c..500e1dd 100644 --- a/components/i2c_output/oled128x64winglarge/definition.json +++ b/components/i2c_output/oled128x64winglarge/definition.json @@ -1,10 +1,10 @@ { - "displayName": "128x64 OLED Featherwing (Large Font)", + "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 I2C OLED Display with a larger font size (SH1107)", + "description": "Monochrome 128x64 OLED featherwing display with the default font size (SH1107)", "i2cAddresses": [ "0x3D", "0x3C" ], "outputType": "OLED", "oledWidth": 128,