Merge pull request #263 from adafruit/sh1107
Add SSD1306 devices + Sh1107
This commit is contained in:
commit
1cfa44b57c
12 changed files with 84 additions and 6 deletions
13
components/i2c_output/fthrwingoled128x32/definition.json
Normal file
13
components/i2c_output/fthrwingoled128x32/definition.json
Normal file
|
|
@ -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
components/i2c_output/fthrwingoled128x32lg/definition.json
Normal file
13
components/i2c_output/fthrwingoled128x32lg/definition.json
Normal file
|
|
@ -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
components/i2c_output/fthrwingoled128x64/definition.json
Normal file
13
components/i2c_output/fthrwingoled128x64/definition.json
Normal file
|
|
@ -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
components/i2c_output/fthrwingoled128x64lg/definition.json
Normal file
13
components/i2c_output/fthrwingoled128x64lg/definition.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
13
components/i2c_output/oled64x32default/definition.json
Normal file
13
components/i2c_output/oled64x32default/definition.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
BIN
components/i2c_output/oled64x32default/image.jpg
Normal file
BIN
components/i2c_output/oled64x32default/image.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
13
components/i2c_output/oled64x32large/definition.json
Normal file
13
components/i2c_output/oled64x32large/definition.json
Normal file
|
|
@ -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"
|
||||
}
|
||||
BIN
components/i2c_output/oled64x32large/image.jpg
Normal file
BIN
components/i2c_output/oled64x32large/image.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
Loading…
Reference in a new issue