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