Add Alt addresses for 128x64 OLEDs

This commit is contained in:
Tyeth Gundry 2025-06-25 19:42:02 +01:00
parent 9a25f6b124
commit 247473b8b7
2 changed files with 2 additions and 2 deletions

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