File tree Expand file tree Collapse file tree 12 files changed +84
-6
lines changed Expand file tree Collapse file tree 12 files changed +84
-6
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "displayName" : " 128x32 OLED'wing (Small)" ,
3
+ "published" : true ,
4
+ "vendor" : " Adafruit" ,
5
+ "productURL" : " https://www.adafruit.com/product/2900" ,
6
+ "documentationURL" : " https://learn.adafruit.com/adafruit-oled-featherwing" ,
7
+ "description" : " Monochrome 128x32 OLED featherwing display with the default font size (SSD1306)" ,
8
+ "i2cAddresses" : [ " 0x3C" ],
9
+ "outputType" : " OLED" ,
10
+ "oledWidth" : 128 ,
11
+ "oledHeight" : 32 ,
12
+ "textSize" : " SZ_DEFAULT"
13
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "displayName" : " 128x32 OLED'wing (Large)" ,
3
+ "published" : true ,
4
+ "vendor" : " Adafruit" ,
5
+ "productURL" : " https://www.adafruit.com/product/2900" ,
6
+ "documentationURL" : " https://learn.adafruit.com/adafruit-oled-featherwing" ,
7
+ "description" : " Monochrome 128x32 OLED featherwing display with a larger font size (SSD1306)" ,
8
+ "i2cAddresses" : [ " 0x3C" ],
9
+ "outputType" : " OLED" ,
10
+ "oledWidth" : 128 ,
11
+ "oledHeight" : 32 ,
12
+ "textSize" : " SZ_LARGE"
13
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "displayName" : " 128x64 OLED'wing (Small)" ,
3
+ "published" : true ,
4
+ "vendor" : " Adafruit" ,
5
+ "productURL" : " https://www.adafruit.com/product/4650" ,
6
+ "documentationURL" : " https://learn.adafruit.com/adafruit-128x64-oled-featherwing" ,
7
+ "description" : " Monochrome 128x64 OLED featherwing display with the default font size (SH1107)" ,
8
+ "i2cAddresses" : [ " 0x3D" , " 0x3C" ],
9
+ "outputType" : " OLED" ,
10
+ "oledWidth" : 128 ,
11
+ "oledHeight" : 64 ,
12
+ "textSize" : " SZ_DEFAULT"
13
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "displayName" : " 128x64 OLED'wing (Large)" ,
3
+ "published" : true ,
4
+ "vendor" : " Adafruit" ,
5
+ "productURL" : " https://www.adafruit.com/product/4650" ,
6
+ "documentationURL" : " https://learn.adafruit.com/adafruit-128x64-oled-featherwing" ,
7
+ "description" : " Monochrome 128x64 OLED featherwing display with the default font size (SH1107)" ,
8
+ "i2cAddresses" : [ " 0x3D" , " 0x3C" ],
9
+ "outputType" : " OLED" ,
10
+ "oledWidth" : 128 ,
11
+ "oledHeight" : 64 ,
12
+ "textSize" : " SZ_LARGE"
13
+ }
Original file line number Diff line number Diff line change 4
4
"vendor" : " Adafruit" ,
5
5
"productURL" : " https://www.adafruit.com/product/4440" ,
6
6
"documentationURL" : " https://learn.adafruit.com/monochrome-oled-breakouts" ,
7
- "description" : " Monochrome 128x32 OLED graphic display with the default font size." ,
7
+ "description" : " Monochrome 128x32 OLED graphic display with the default font size. (SSD1306) " ,
8
8
"i2cAddresses" : [ " 0x3C" , " 0x3D" ],
9
9
"outputType" : " OLED" ,
10
10
"oledWidth" : 128 ,
Original file line number Diff line number Diff line change 4
4
"vendor" : " Adafruit" ,
5
5
"productURL" : " https://www.adafruit.com/product/4440" ,
6
6
"documentationURL" : " https://learn.adafruit.com/monochrome-oled-breakouts" ,
7
- "description" : " Monochrome 128x32 I2C OLED Display with a larger font size" ,
7
+ "description" : " Monochrome 128x32 I2C OLED Display with a larger font size (SSD1306). " ,
8
8
"i2cAddresses" : [ " 0x3C" , " 0x3D" ],
9
9
"outputType" : " OLED" ,
10
10
"oledWidth" : 128 ,
Original file line number Diff line number Diff line change 4
4
"vendor" : " Adafruit" ,
5
5
"productURL" : " https://www.adafruit.com/product/938" ,
6
6
"documentationURL" : " https://learn.adafruit.com/monochrome-oled-breakouts" ,
7
- "description" : " Monochrome 128x64 I2C OLED Display with the default font size. " ,
8
- "i2cAddresses" : [ " 0x3C " , " 0x3D " ],
7
+ "description" : " Monochrome 128x64 I2C OLED Display with the default font size (SSD1306) " ,
8
+ "i2cAddresses" : [ " 0x3D " , " 0x3C " ],
9
9
"outputType" : " OLED" ,
10
10
"oledWidth" : 128 ,
11
11
"oledHeight" : 64 ,
Original file line number Diff line number Diff line change 4
4
"vendor" : " Adafruit" ,
5
5
"productURL" : " https://www.adafruit.com/product/938" ,
6
6
"documentationURL" : " https://learn.adafruit.com/monochrome-oled-breakouts" ,
7
- "description" : " Monochrome 128x64 I2C OLED Display with a larger font size. " ,
8
- "i2cAddresses" : [ " 0x3C " , " 0x3D " ],
7
+ "description" : " Monochrome 128x64 I2C OLED Display with a larger font size (SSD1306) " ,
8
+ "i2cAddresses" : [ " 0x3D " , " 0x3C " ],
9
9
"outputType" : " OLED" ,
10
10
"oledWidth" : 128 ,
11
11
"oledHeight" : 64 ,
Original file line number Diff line number Diff line change
1
+ {
2
+ "displayName" : " 64x32 OLED (Small Font)" ,
3
+ "published" : true ,
4
+ "vendor" : " Generic" ,
5
+ "productURL" : " https://www.digikey.com/en/products/detail/midas-displays/MDOB064032AV-WI/18088023" ,
6
+ "documentationURL" : " https://mm.digikey.com/Volume0/opasdata/d220001/medias/docus/4808/MDOB064032AV-WI.pdf" ,
7
+ "description" : " Monochrome 64x32 I2C OLED Display with the default font size. (SSD1306)" ,
8
+ "i2cAddresses" : [ " 0x3D" , " 0x3C" ],
9
+ "outputType" : " OLED" ,
10
+ "oledWidth" : 64 ,
11
+ "oledHeight" : 32 ,
12
+ "textSize" : " SZ_DEFAULT"
13
+ }
You can’t perform that action at this time.
0 commit comments