diff --git a/data/maps/default.json b/data/maps/default.json index de621a1..d1d6839 100644 --- a/data/maps/default.json +++ b/data/maps/default.json @@ -1,6 +1,6 @@ { "version": 1, "strides": [ - {"x": 0, "y": 0, "pixels": 255} + {"x": 0, "y": 0, "pixels": 512} ] } diff --git a/data/maps/djstrip.json b/data/maps/djstrip.json new file mode 100644 index 0000000..b3f36df --- /dev/null +++ b/data/maps/djstrip.json @@ -0,0 +1,6 @@ +{ + "version": 1, + "strides": [ + {"x": 0, "y": 0, "pixels": 50} + ] +} diff --git a/data/profiles/djstrip.json b/data/profiles/djstrip.json new file mode 100644 index 0000000..7a0f400 --- /dev/null +++ b/data/profiles/djstrip.json @@ -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 + } +} +