Add 32x64 SSD1306
This commit is contained in:
parent
57e5fc81b3
commit
9a25f6b124
1 changed files with 13 additions and 0 deletions
13
components/i2c_output/oled32x64large/definition.json
Normal file
13
components/i2c_output/oled32x64large/definition.json
Normal file
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"displayName": "32x64 OLED (Large Font)",
|
||||||
|
"published": true,
|
||||||
|
"vendor": "Generic",
|
||||||
|
"productURL": "https://www.adafruit.com/product/4650",
|
||||||
|
"documentationURL": "https://learn.adafruit.com/adafruit-128x64-oled-featherwing",
|
||||||
|
"description": "Monochrome 32x64 I2C OLED Display with a larger font size. (SSD1306)",
|
||||||
|
"i2cAddresses": [ "0x3D", "0x3C" ],
|
||||||
|
"outputType": "OLED",
|
||||||
|
"oledWidth": 32,
|
||||||
|
"oledHeight": 64,
|
||||||
|
"textSize": "SZ_LARGE"
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue