Skip to content

Commit cbe6ec7

Browse files
committed
Address @tyeth review
1 parent 567d872 commit cbe6ec7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

components/i2c_output/oled128x32default/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"displayName": "128x32 OLED (Default)",
33
"published": true,
44
"vendor": "Adafruit",
5-
"productURL": "https://www.adafruit.com/product/938",
5+
"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": [ "0x3D" ],
8+
"i2cAddresses": [ "0x3C" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,
1111
"oledHeight": 32,

components/i2c_output/oled128x64default/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"displayName": "128x64 OLED (Default)",
33
"published": true,
44
"vendor": "Adafruit",
5-
"productURL": "https://www.adafruit.com/product/4440",
5+
"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": [ "0x3C" ],
8+
"i2cAddresses": [ "0x3D" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,
1111
"oledHeight": 64,

components/i2c_output/oled128x64large/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"displayName": "128x64 OLED (Large Font)",
33
"published": true,
44
"vendor": "Adafruit",
5-
"productURL": "https://www.adafruit.com/product/4440",
5+
"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": [ "0x3C" ],
8+
"i2cAddresses": [ "0x3D" ],
99
"outputType": "OLED",
1010
"oledWidth": 128,
1111
"oledHeight": 64,

0 commit comments

Comments
 (0)