Skip to content

Commit 247473b

Browse files
committed
Add Alt addresses for 128x64 OLEDs
1 parent 9a25f6b commit 247473b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 (SSD1306)",
8-
"i2cAddresses": [ "0x3C", "0x3D" ],
8+
"i2cAddresses": [ "0x3D", "0x3C" ],
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 (SSD1306)",
8-
"i2cAddresses": [ "0x3C", "0x3D" ],
8+
"i2cAddresses": [ "0x3D", "0x3C" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,
1111
"oledHeight": 64,

0 commit comments

Comments
 (0)