Skip to content

Commit 941d13c

Browse files
authored
Merge pull request #260 from adafruit/add-ssd1306-alt-addr
I2C Output - Add Alt. I2C address for SSD1306
2 parents e87205f + 4b1d64f commit 941d13c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/i2c_output/oled128x32default/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"productURL": "https://www.adafruit.com/product/4440",
66
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
77
"description": "Monochrome 128x32 OLED graphic display with the default font size.",
8-
"i2cAddresses": [ "0x3C" ],
8+
"i2cAddresses": [ "0x3C", "0x3D" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,
1111
"oledHeight": 32,

components/i2c_output/oled128x32large/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"productURL": "https://www.adafruit.com/product/4440",
66
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
77
"description": "Monochrome 128x32 I2C OLED Display with a larger font size",
8-
"i2cAddresses": [ "0x3C" ],
8+
"i2cAddresses": [ "0x3C", "0x3D" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,
1111
"oledHeight": 32,

components/i2c_output/oled128x64default/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"productURL": "https://www.adafruit.com/product/938",
66
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
77
"description": "Monochrome 128x64 I2C OLED Display with the default font size.",
8-
"i2cAddresses": [ "0x3D" ],
8+
"i2cAddresses": [ "0x3C", "0x3D" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,
1111
"oledHeight": 64,

components/i2c_output/oled128x64large/definition.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"productURL": "https://www.adafruit.com/product/938",
66
"documentationURL": "https://learn.adafruit.com/monochrome-oled-breakouts",
77
"description": "Monochrome 128x64 I2C OLED Display with a larger font size.",
8-
"i2cAddresses": [ "0x3D" ],
8+
"i2cAddresses": [ "0x3C", "0x3D" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,
1111
"oledHeight": 64,

0 commit comments

Comments
 (0)