Skip to content

Commit 6a160d3

Browse files
committed
Correct 64x32 OLEDs to SSD1306
1 parent 6b49e51 commit 6a160d3

File tree

8 files changed

+4
-43
lines changed

8 files changed

+4
-43
lines changed

components/i2c_output/oled128x32default/oled128x32large/definition.json

Lines changed: 0 additions & 13 deletions
This file was deleted.
-77.9 KB
Binary file not shown.

components/i2c_output/oled128x32default/oled128x64default/definition.json

Lines changed: 0 additions & 13 deletions
This file was deleted.
-75.1 KB
Binary file not shown.

components/i2c_output/oled128x32default/oled128x64large/definition.json

Lines changed: 0 additions & 13 deletions
This file was deleted.
-75.1 KB
Binary file not shown.

components/i2c_output/oled64x32default/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"displayName": "64x32 OLED (Default)",
2+
"displayName": "64x32 OLED (Default Font)",
33
"published": true,
44
"vendor": "Generic",
55
"productURL": "https://www.adafruit.com/product/4650",
66
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
7-
"description": "Monochrome 64x32 I2C OLED Display with the default font size. (SH1107)",
7+
"description": "Monochrome 64x32 I2C OLED Display with the default font size. (SSD1306)",
88
"i2cAddresses": [ "0x3D", "0x3C" ],
99
"outputType": "OLED",
1010
"oledWidth": 64,

components/i2c_output/oled64x32large/definition.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"displayName": "64x32 OLED SH1107 (Large Font)",
2+
"displayName": "64x32 OLED (Large Font)",
33
"published": true,
44
"vendor": "Generic",
55
"productURL": "https://www.adafruit.com/product/4650",
66
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
7-
"description": "Monochrome 64x32 I2C OLED Display with a larger font size.",
7+
"description": "Monochrome 64x32 I2C OLED Display with a larger font size. (SSD1306)",
88
"i2cAddresses": [ "0x3D", "0x3C" ],
99
"outputType": "OLED",
1010
"oledWidth": 64,

0 commit comments

Comments
 (0)