From dc1dfd9f4acca2682fb24fe67666e2328b8ab6e3 Mon Sep 17 00:00:00 2001 From: Torrie Fischer Date: Mon, 11 Dec 2023 08:10:00 +0100 Subject: [PATCH] data: add mapping and profile for ponderjar --- data/maps/ponder.json | 24 ++++++++++++++++++++++++ data/profiles/ponderjar.json | 25 +++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 data/maps/ponder.json create mode 100644 data/profiles/ponderjar.json diff --git a/data/maps/ponder.json b/data/maps/ponder.json new file mode 100644 index 0000000..9e7f20c --- /dev/null +++ b/data/maps/ponder.json @@ -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} + ] +} diff --git a/data/profiles/ponderjar.json b/data/profiles/ponderjar.json new file mode 100644 index 0000000..0d42ee5 --- /dev/null +++ b/data/profiles/ponderjar.json @@ -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" + } +}