Correct 64x32 OLEDs to SSD1306
This commit is contained in:
parent
6b49e5173c
commit
6a160d3191
8 changed files with 4 additions and 43 deletions
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"displayName": "128x32 OLED (Large Font)",
|
||||
"published": true,
|
||||
"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",
|
||||
"i2cAddresses": [ "0x3C" ],
|
||||
"outputType": "OLED",
|
||||
"oledWidth": 128,
|
||||
"oledHeight": 32,
|
||||
"textSize": "SZ_LARGE"
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB |
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"displayName": "128x64 OLED (Default)",
|
||||
"published": true,
|
||||
"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": [ "0x3D" ],
|
||||
"outputType": "OLED",
|
||||
"oledWidth": 128,
|
||||
"oledHeight": 64,
|
||||
"textSize": "SZ_DEFAULT"
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 75 KiB |
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"displayName": "128x64 OLED (Large Font)",
|
||||
"published": true,
|
||||
"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": [ "0x3D" ],
|
||||
"outputType": "OLED",
|
||||
"oledWidth": 128,
|
||||
"oledHeight": 64,
|
||||
"textSize": "SZ_LARGE"
|
||||
}
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 75 KiB |
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"displayName": "64x32 OLED (Default)",
|
||||
"displayName": "64x32 OLED (Default Font)",
|
||||
"published": true,
|
||||
"vendor": "Generic",
|
||||
"productURL": "https://www.adafruit.com/product/4650",
|
||||
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
|
||||
"description": "Monochrome 64x32 I2C OLED Display with the default font size. (SH1107)",
|
||||
"description": "Monochrome 64x32 I2C OLED Display with the default font size. (SSD1306)",
|
||||
"i2cAddresses": [ "0x3D", "0x3C" ],
|
||||
"outputType": "OLED",
|
||||
"oledWidth": 64,
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
{
|
||||
"displayName": "64x32 OLED SH1107 (Large Font)",
|
||||
"displayName": "64x32 OLED (Large Font)",
|
||||
"published": true,
|
||||
"vendor": "Generic",
|
||||
"productURL": "https://www.adafruit.com/product/4650",
|
||||
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
|
||||
"description": "Monochrome 64x32 I2C OLED Display with a larger font size.",
|
||||
"description": "Monochrome 64x32 I2C OLED Display with a larger font size. (SSD1306)",
|
||||
"i2cAddresses": [ "0x3D", "0x3C" ],
|
||||
"outputType": "OLED",
|
||||
"oledWidth": 64,
|
||||
|
|
|
|||
Loading…
Reference in a new issue