Skip to content

Commit 9a25f6b

Browse files
committed
Add 32x64 SSD1306
1 parent 57e5fc8 commit 9a25f6b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"displayName": "32x64 OLED (Large Font)",
3+
"published": true,
4+
"vendor": "Generic",
5+
"productURL": "https://www.adafruit.com/product/4650",
6+
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
7+
"description": "Monochrome 32x64 I2C OLED Display with a larger font size. (SSD1306)",
8+
"i2cAddresses": [ "0x3D", "0x3C" ],
9+
"outputType": "OLED",
10+
"oledWidth": 32,
11+
"oledHeight": 64,
12+
"textSize": "SZ_LARGE"
13+
}

0 commit comments

Comments
 (0)