-
Notifications
You must be signed in to change notification settings - Fork 25
/
pxtparts.json
68 lines (68 loc) · 1.39 KB
/
pxtparts.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"OLED12864_I2C": {
"visual": {
"image": "parts/OLED12864_I2C.svg",
"width": 82,
"height": 82,
"pinDistance": 7.2,
"pinLocations": [
{
"x": 29,
"y": 5
},
{
"x": 37,
"y": 5
},
{
"x": 44,
"y": 5
},
{
"x": 51,
"y": 5
}
]
},
"numberOfPins": 4,
"instantiation": {
"kind": "function",
"fullyQualifiedName": "OLED12864_I2C.pixel,OLED12864_I2C.showString,OLED12864_I2C.showNumber,OLED12864_I2C.hline,OLED12864_I2C.vline,OLED12864_I2C.rect,OLED12864_I2C.invert,OLED12864_I2C.draw,OLED12864_I2C.clear,OLED12864_I2C.on,OLED12864_I2C.off,OLED12864_I2C.zoom,OLED12864_I2C.init",
"argumentRoles": [{
"pinInstantiationIdx": 0
}]
},
"pinDefinitions": [
{
"target": "threeVolt",
"style": "male",
"orientation": "+Y"
},
{
"target": "ground",
"style": "male",
"orientation": "+Y"
},
{
"target": "SCL",
"style": "male",
"orientation": "+Y"
},
{
"target": "SDA",
"style": "male",
"orientation": "+Y"
}
],
"assembly": [
{
"pinIndices": [
0,
1,
2,
3
]
}
]
}
}