profiles: add new djstrip profile

This commit is contained in:
Torrie Fischer 2023-12-12 20:00:31 +01:00
parent c9363ba851
commit e436c9aaa3
3 changed files with 32 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"version": 1, "version": 1,
"strides": [ "strides": [
{"x": 0, "y": 0, "pixels": 255} {"x": 0, "y": 0, "pixels": 512}
] ]
} }

6
data/maps/djstrip.json Normal file
View File

@ -0,0 +1,6 @@
{
"version": 1,
"strides": [
{"x": 0, "y": 0, "pixels": 50}
]
}

View 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
}
}