data: add mapping and profile for ponderjar
This commit is contained in:
parent
195b405a3b
commit
dc1dfd9f4a
24
data/maps/ponder.json
Normal file
24
data/maps/ponder.json
Normal file
@ -0,0 +1,24 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"rotation": 3,
|
||||||
|
"strides": [
|
||||||
|
{"x": 0, "y": 0, "pixels": 17},
|
||||||
|
{"x": 0, "y": 1, "pixels": 17},
|
||||||
|
{"x": 0, "y": 2, "pixels": 17},
|
||||||
|
{"x": 0, "y": 3, "pixels": 17},
|
||||||
|
{"x": 0, "y": 4, "pixels": 16},
|
||||||
|
{"x": 0, "y": 5, "pixels": 17},
|
||||||
|
{"x": 0, "y": 6, "pixels": 17},
|
||||||
|
{"x": 0, "y": 7, "pixels": 17},
|
||||||
|
{"x": 0, "y": 8, "pixels": 17},
|
||||||
|
{"x": 0, "y": 9, "pixels": 17},
|
||||||
|
{"x": 0, "y": 10, "pixels": 17},
|
||||||
|
{"x": 0, "y": 11, "pixels": 17},
|
||||||
|
{"x": 0, "y": 12, "pixels": 18},
|
||||||
|
{"x": 0, "y": 13, "pixels": 17},
|
||||||
|
{"x": 0, "y": 14, "pixels": 18},
|
||||||
|
{"x": 0, "y": 15, "pixels": 17},
|
||||||
|
{"x": 0, "y": 16, "pixels": 17},
|
||||||
|
{"x": 0, "y": 17, "pixels": 17}
|
||||||
|
]
|
||||||
|
}
|
25
data/profiles/ponderjar.json
Normal file
25
data/profiles/ponderjar.json
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"tasks": [
|
||||||
|
"Bluetooth",
|
||||||
|
"WiFi",
|
||||||
|
"Renderer",
|
||||||
|
"Power",
|
||||||
|
"BPM",
|
||||||
|
"MQTT",
|
||||||
|
"ArduinoOTA",
|
||||||
|
"UpdateStatusAnimation",
|
||||||
|
"Serial"
|
||||||
|
],
|
||||||
|
"scenes": {
|
||||||
|
"Rain": ["Rain", "Rainbow"],
|
||||||
|
"Test": ["Test"],
|
||||||
|
"Idle": ["Solid", "Pulse", "Rainbow", "CircadianRhythm"],
|
||||||
|
"Acid": ["Chimes", "Pulse", "IdleColors", "Rainbow"],
|
||||||
|
"Flashlight": ["Flashlight"]
|
||||||
|
},
|
||||||
|
"surfaceMap": "ponder",
|
||||||
|
"defaults": {
|
||||||
|
"mqtt.ip": "10.0.0.2"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user