Merge pull request #260 from adafruit/add-ssd1306-alt-addr

I2C Output - Add Alt. I2C address for SSD1306
This commit is contained in:
Brent Rubell 2025-07-07 10:26:09 -04:00 committed by GitHub
commit 941d13c218
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View file

@ -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,

View file

@ -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,

View file

@ -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,

View file

@ -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,