I2C - Add alt. I2C address for SSD1306
This commit is contained in:
parent
e87205f190
commit
4b1d64f16e
4 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"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.",
|
||||
"i2cAddresses": [ "0x3C" ],
|
||||
"i2cAddresses": [ "0x3C", "0x3D" ],
|
||||
"outputType": "OLED",
|
||||
"oledWidth": 128,
|
||||
"oledHeight": 32,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
"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" ],
|
||||
"i2cAddresses": [ "0x3C", "0x3D" ],
|
||||
"outputType": "OLED",
|
||||
"oledWidth": 128,
|
||||
"oledHeight": 32,
|
||||
|
|
|
|||
|
|
@ -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.",
|
||||
"i2cAddresses": [ "0x3D" ],
|
||||
"i2cAddresses": [ "0x3C", "0x3D" ],
|
||||
"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.",
|
||||
"i2cAddresses": [ "0x3D" ],
|
||||
"i2cAddresses": [ "0x3C", "0x3D" ],
|
||||
"outputType": "OLED",
|
||||
"oledWidth": 128,
|
||||
"oledHeight": 64,
|
||||
|
|
|
|||
Loading…
Reference in a new issue