Add Alt addresses for 128x64 OLEDs
This commit is contained in:
parent
9a25f6b124
commit
247473b8b7
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"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 (SSD1306)",
|
||||
"i2cAddresses": [ "0x3C", "0x3D" ],
|
||||
"i2cAddresses": [ "0x3D", "0x3C" ],
|
||||
"outputType": "OLED",
|
||||
"oledWidth": 128,
|
||||
"oledHeight": 64,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"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 (SSD1306)",
|
||||
"i2cAddresses": [ "0x3C", "0x3D" ],
|
||||
"i2cAddresses": [ "0x3D", "0x3C" ],
|
||||
"outputType": "OLED",
|
||||
"oledWidth": 128,
|
||||
"oledHeight": 64,
|
||||
|
|
|
|||
Loading…
Reference in a new issue