File tree Expand file tree Collapse file tree 10 files changed +91
-0
lines changed Expand file tree Collapse file tree 10 files changed +91
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "displayName" : " 128x32 OLED (Large Font)" ,
3
+ "published" : true ,
4
+ "vendor" : " Adafruit" ,
5
+ "productURL" : " https://www.adafruit.com/product/4440" ,
6
+ "documentationURL" : " https://learn.adafruit.com/monochrome-oled-breakouts" ,
7
+ "description" : " Monochrome 128x32 I2C OLED Display with a larger font size" ,
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 (Default)" ,
3
+ "published" : true ,
4
+ "vendor" : " Adafruit" ,
5
+ "productURL" : " https://www.adafruit.com/product/938" ,
6
+ "documentationURL" : " https://learn.adafruit.com/monochrome-oled-breakouts" ,
7
+ "description" : " Monochrome 128x64 I2C OLED Display with the default font size." ,
8
+ "i2cAddresses" : [ " 0x3D" ],
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 (Large Font)" ,
3
+ "published" : true ,
4
+ "vendor" : " Adafruit" ,
5
+ "productURL" : " https://www.adafruit.com/product/938" ,
6
+ "documentationURL" : " https://learn.adafruit.com/monochrome-oled-breakouts" ,
7
+ "description" : " Monochrome 128x64 I2C OLED Display with a larger font size." ,
8
+ "i2cAddresses" : [ " 0x3D" ],
9
+ "outputType" : " OLED" ,
10
+ "oledWidth" : 128 ,
11
+ "oledHeight" : 64 ,
12
+ "textSize" : " SZ_LARGE"
13
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "displayName" : " 128x32 OLED Featherwing (Default)" ,
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 graphic display with the default font size." ,
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 Featherwing (Large Font)" ,
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 I2C OLED Display with a larger font size" ,
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 Featherwing (Default)" ,
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 I2C OLED Display with the default font size." ,
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 Featherwing (Large Font)" ,
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 I2C OLED Display with a larger font size." ,
8
+ "i2cAddresses" : [ " 0x3D" , " 0x3C" ],
9
+ "outputType" : " OLED" ,
10
+ "oledWidth" : 128 ,
11
+ "oledHeight" : 64 ,
12
+ "textSize" : " SZ_LARGE"
13
+ }
You can’t perform that action at this time.
0 commit comments