-
Notifications
You must be signed in to change notification settings - Fork 8
/
FPPVirtualEEPROMS.json
103 lines (102 loc) · 3.13 KB
/
FPPVirtualEEPROMS.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"name": "FPP Built-Ins",
"capes": {
"PiHat": {
"description": "Standard PiHat",
"versions": {
"Latest": {
"url": "https://github.com/FalconChristmas/fpp/raw/master/capes/pi/PiHat-eeprom.bin"
}
},
"location": "virtual",
"platforms": [
"Raspberry Pi"
]
},
"DPIPixels-24": {
"description": "DPI Pixels output for 24 strings",
"versions": {
"Latest": {
"url": "https://github.com/FalconChristmas/fpp/raw/master/capes/pi/DPIPixels-24-eeprom.bin"
}
},
"location": "virtual",
"platforms": [
"Raspberry Pi"
]
},
"spixels": {
"description": "spixels output",
"versions": {
"Latest": {
"url": "https://github.com/FalconChristmas/fpp/raw/master/capes/pi/spixels-eeprom.bin"
}
},
"location": "virtual",
"platforms": [
"Raspberry Pi"
]
},
"F4-B": {
"description": "4 Output String Cape",
"versions": {
"1.x": {
"url": "https://github.com/FalconChristmas/fpp/raw/master/capes/bbb/F4-B-eeprom.bin"
}
},
"platforms": [
"BeagleBone Black"
]
},
"F8-B": {
"description": "8 Output String Cape",
"versions": {
"1.x": {
"url": "https://github.com/FalconChristmas/fpp/raw/master/capes/bbb/F8-B-eeprom.bin"
},
"2.x": {
"url": "https://github.com/FalconChristmas/fpp/raw/master/capes/bbb/F8-Bv2-eeprom.bin"
}
},
"location": "virtual",
"platforms": [
"BeagleBone Black"
]
},
"F16-B": {
"description": "16 Output String Cape",
"versions": {
"1.0": {
"url": "https://github.com/FalconChristmas/fpp/raw/master/capes/bbb/F16-B-eeprom.bin"
}
},
"location": "virtual",
"platforms": [
"BeagleBone Black"
]
},
"F32-B": {
"description": "32 Output String Cape",
"versions": {
"1.0": {
"url": "https://github.com/FalconChristmas/fpp/raw/master/capes/bbb/F32-B-eeprom.bin"
}
},
"location": "virtual",
"platforms": [
"BeagleBone Black"
]
},
"RGB-123": {
"description": "32 Output String Cape",
"versions": {
"All": {
"url": "https://github.com/FalconChristmas/fpp/raw/master/capes/bbb/RGB-123-eeprom.bin"
}
},
"platforms": [
"BeagleBone Black"
]
}
}
}