profiles: add new djstrip profile
This commit is contained in:
parent
c9363ba851
commit
e436c9aaa3
@ -1,6 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"strides": [
|
||||
{"x": 0, "y": 0, "pixels": 255}
|
||||
{"x": 0, "y": 0, "pixels": 512}
|
||||
]
|
||||
}
|
||||
|
6
data/maps/djstrip.json
Normal file
6
data/maps/djstrip.json
Normal file
@ -0,0 +1,6 @@
|
||||
{
|
||||
"version": 1,
|
||||
"strides": [
|
||||
{"x": 0, "y": 0, "pixels": 50}
|
||||
]
|
||||
}
|
25
data/profiles/djstrip.json
Normal file
25
data/profiles/djstrip.json
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
"version": 1,
|
||||
"tasks": [
|
||||
"Bluetooth",
|
||||
"Renderer",
|
||||
"Power",
|
||||
"Serial"
|
||||
],
|
||||
"scenes": {
|
||||
"Rain": ["Rain", "Rainbow"],
|
||||
"Test": ["Test"],
|
||||
"Idle": ["Solid", "Pulse", "Rainbow", "CircadianRhythm"],
|
||||
"Acid": ["Chimes", "Pulse", "IdleColors", "Rainbow"],
|
||||
"Flashlight": ["Flashlight"]
|
||||
},
|
||||
"surfaceMap": "djstrip",
|
||||
"defaults": {
|
||||
"mqtt.ip": "10.0.0.2",
|
||||
"power.volts": 0,
|
||||
"power.milliamps": 0,
|
||||
"power.useBPM": false,
|
||||
"bpm.idle": 45
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user