data: add current surface maps and profiles

This commit is contained in:
Torrie Fischer 2023-02-18 16:32:12 +01:00
parent 71a58b5f4d
commit 7f134300ea
6 changed files with 75 additions and 0 deletions

3
data/config.json Normal file
View File

@ -0,0 +1,3 @@
{
"version": 3
}

View File

@ -0,0 +1,18 @@
{
"version": 1,
"strides": [
{"x": 0, "y": 6, "pixels": 6},
{"x": 1, "y": 6, "pixels": 6},
{"x": 2, "y": 6, "pixels": 6},
{"x": 3, "y": 4, "pixels": 9},
{"x": 4, "y": 4, "pixels": 14},
{"x": 5, "y": 0, "pixels": 17},
{"x": 6, "y": 2, "pixels": 12},
{"x": 7, "y": 0, "pixels": 18},
{"x": 8, "y": 4, "pixels": 14},
{"x": 9, "y": 5, "pixels": 9},
{"x": 10, "y": 4, "pixels": 7},
{"x": 11, "y": 5, "pixels": 6},
{"x": 12, "y": 5, "pixels": 6}
]
}

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

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

View File

@ -0,0 +1,16 @@
{
"version": 1,
"tasks": [
"Renderer",
"SerialInput",
"BPM",
"Bluetooth"
],
"scenes": {
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
"Acid": ["Chimes", "Pulse", "MPU5060", "IdleColors", "Rainbow"],
"Flashlight": ["Flashlight"]
},
"surfaceMap": "cyberplague"
}

View File

@ -0,0 +1,15 @@
{
"version": 1,
"tasks": [
"Renderer",
"MQTT",
"WiFi",
"ArduinoOTA",
"UpdateStatusAnimation"
],
"scenes": {
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
"Flashlight": ["Flashlight"]
}
"surfaceMap": "default"
}

View File

@ -0,0 +1,17 @@
{
"version": 1,
"tasks": [
"Bluetooth",
"Renderer",
"WiFi",
"MQTT",
"ArduinoOTA",
"UpdateStatusAnimation"
],
"scenes": {
"Idle": ["Solid", "MPU5060", "Pulse", "IdleColors", "CircadianRhythm"],
"Acid": ["Chimes", "Pulse", "MPU5060", "IdleColors", "Rainbow"],
"Flashlight": ["Flashlight"]
}
"surfaceMap": "default"
}