Squeeze component names into 24characters
This commit is contained in:
parent
186ff797c0
commit
c7093c6386
4 changed files with 8 additions and 8 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue