We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e5fc8 commit 9a25f6bCopy full SHA for 9a25f6b
components/i2c_output/oled32x64large/definition.json
@@ -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