From ca3fef3f8a1e751b652d74a3a2bbdb9ddfda7cd6 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Sat, 16 May 2026 15:10:02 +1200 Subject: [PATCH] feat(patterns): winter icicles blizzard rime in controller catalogue Register pattern metadata and test presets for new led-driver effects; bump led-driver submodule. Co-authored-by: Cursor --- db/pattern.json | 30 ++++++++++++++++++++++++++++++ db/preset.json | 2 +- led-driver | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/db/pattern.json b/db/pattern.json index e038d35..ca258a9 100644 --- a/db/pattern.json +++ b/db/pattern.json @@ -260,6 +260,36 @@ "has_background": true, "supports_manual": true }, + "icicles": { + "n1": "Anchor spacing (LEDs)", + "n2": "Max icicle length (LEDs)", + "n3": "Phase step per refresh", + "max_colors": 10, + "min_delay": 10, + "max_delay": 10000, + "has_background": true, + "supports_manual": true + }, + "blizzard": { + "n1": "Flake density", + "n2": "Fall speed", + "n3": "Wind (128 = centred; lower/raise for drift bias)", + "max_colors": 10, + "min_delay": 10, + "max_delay": 10000, + "has_background": true, + "supports_manual": true + }, + "rime": { + "n1": "Crystallisation rate", + "n2": "Melt (decay) per refresh", + "n3": "Spark cap (LEDs refreshed per cycle)", + "max_colors": 10, + "min_delay": 10, + "max_delay": 10000, + "has_background": true, + "supports_manual": true + }, "heartbeat": { "n1": "Pulse 1 ms", "n2": "Pulse 2 ms", diff --git a/db/preset.json b/db/preset.json index c2b4579..cea1731 100644 --- a/db/preset.json +++ b/db/preset.json @@ -1 +1 @@ -{"1": {"name": "on", "pattern": "on", "colors": ["#FFFFFF"], "brightness": 255, "delay": 100, "auto": true, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "2": {"name": "off", "pattern": "off", "colors": [], "brightness": 0, "delay": 100, "auto": true, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "3": {"name": "rainbow", "pattern": "rainbow", "colors": [], "brightness": 255, "delay": 100, "auto": true, "n1": 2, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "4": {"name": "transition", "pattern": "transition", "colors": ["#FF0000", "#00FF00", "#0000FF"], "brightness": 255, "delay": 300, "auto": true, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null, null, null], "background": "#000000", "manual_beat_n": 1}, "5": {"name": "chase", "pattern": "chase", "colors": ["#FFFF00", "#FF00FF"], "brightness": 255, "delay": 200, "auto": false, "n1": 30, "n2": 30, "n3": 30, "n4": 30, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [3, 4], "manual_beat_n": 1}, "6": {"name": "pulse", "pattern": "pulse", "colors": ["#FF00FF", "#00FF00", "#00FFFF", "#0000FF"], "brightness": 255, "delay": 1000, "auto": false, "n1": 100, "n2": 0, "n3": 100, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [4, 1, 5, 2], "background_color": "#ec0909", "background_palette_ref": null, "manual_beat_n": 1, "background": "#090a00"}, "7": {"name": "circle", "pattern": "circle", "colors": ["#FFA500", "#800080"], "brightness": 255, "delay": 200, "auto": true, "n1": 2, "n2": 10, "n3": 2, "n4": 5, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "8": {"name": "blink", "pattern": "blink", "colors": ["#FF0000", "#00FF00", "#0000FF", "#FFFF00"], "brightness": 255, "delay": 1000, "auto": false, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null, null, null, null]}, "9": {"name": "warm white", "pattern": "on", "colors": ["#FFF5E6"], "brightness": 200, "delay": 100, "auto": true, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "10": {"name": "cool white", "pattern": "on", "colors": ["#E6F2FF"], "brightness": 200, "delay": 100, "auto": true, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "11": {"name": "red", "pattern": "on", "colors": ["#FF0000"], "brightness": 255, "delay": 100, "auto": true, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "12": {"name": "blue", "pattern": "on", "colors": ["#0000FF"], "brightness": 255, "delay": 100, "auto": true, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "13": {"name": "rainbow slow", "pattern": "rainbow", "colors": [], "brightness": 255, "delay": 150, "auto": true, "n1": 1, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "14": {"name": "pulse slow", "pattern": "pulse", "colors": ["#FF6600"], "brightness": 255, "delay": 800, "auto": true, "n1": 2000, "n2": 1000, "n3": 2000, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "15": {"name": "blink red green", "pattern": "blink", "colors": ["#FF0000", "#00FF00"], "brightness": 255, "delay": 500, "auto": true, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "30": {"name": "rainbow slow", "pattern": "rainbow", "colors": [], "brightness": 255, "delay": 150, "auto": true, "n1": 1, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "2"}, "31": {"name": "DJ Rainbow", "pattern": "rainbow", "colors": [], "brightness": 220, "delay": 60, "n1": 12, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "2"}, "32": {"name": "DJ Single Color", "pattern": "on", "colors": ["#ff00ff"], "brightness": 220, "delay": 100, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "2"}, "33": {"name": "DJ Transition", "pattern": "transition", "colors": ["#ff0000", "#00ff00", "#0000ff"], "brightness": 220, "delay": 250, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "2"}, "34": {"name": "DJ Rainbow", "pattern": "rainbow", "colors": [], "brightness": 220, "delay": 60, "n1": 12, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "2"}, "35": {"name": "DJ Single Color", "pattern": "on", "colors": ["#ff00ff"], "brightness": 220, "delay": 100, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "2"}, "36": {"name": "DJ Transition", "pattern": "transition", "colors": ["#ff0000", "#00ff00", "#0000ff"], "brightness": 220, "delay": 250, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "2"}, "37": {"name": "tranistion2", "pattern": "transition", "colors": ["#FF0000", "#FFFF00", "#FF00FF"], "brightness": 128, "delay": 1000, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [0, 3, 4]}, "38": {"name": "Colour Cycle", "pattern": "colour_cycle", "colors": ["#FF0000", "#0000FF"], "brightness": 255, "delay": 100, "auto": true, "n1": 1, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null, null]}, "39": {"name": "flicker", "pattern": "flicker", "colors": ["#ae00ff"], "brightness": 255, "delay": 50, "auto": false, "n1": 100, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null], "background": "#000000", "manual_beat_n": 1}, "40": {"name": "flame", "pattern": "flame", "colors": ["#ffc800"], "brightness": 128, "delay": 50, "auto": true, "n1": 35, "n2": 2600, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null]}, "41": {"name": "twinkle", "pattern": "twinkle", "colors": ["#78C8FF", "#508CFF", "#B478FF", "#64DCE8", "#A0C8FF"], "brightness": 255, "delay": 100, "auto": true, "n1": 150, "n2": 20, "n3": 0, "n4": 10, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null, null, null, null, null], "background": "#000000", "manual_beat_n": 1}, "42": {"name": "radiate", "pattern": "radiate", "colors": ["#a600ff"], "brightness": 255, "delay": 2000, "auto": false, "n1": 60, "n2": 200, "n3": 100, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null], "manual_beat_n": 1, "background": "#0a0a00"}, "43": {"name": "test meteor rain", "pattern": "meteor_rain", "colors": ["#FF5000", "#0080FF"], "brightness": 200, "delay": 40, "auto": true, "n1": 50, "n2": 1, "n3": 200, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null, null]}, "44": {"name": "test scanner", "pattern": "scanner", "colors": ["#FF0000"], "brightness": 255, "delay": 30, "auto": true, "n1": 4, "n2": 2, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "45": {"name": "test gradient scroll", "pattern": "gradient_scroll", "colors": ["#FF0000", "#00FF00", "#0000FF"], "brightness": 220, "delay": 60, "auto": true, "n1": 2, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "46": {"name": "test comet dual", "pattern": "comet_dual", "colors": ["#FFAA00", "#00AAFF"], "brightness": 200, "delay": 60, "auto": true, "n1": 8, "n2": 1, "n3": 3, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null, null], "background": "#0b000f", "manual_beat_n": 1}, "47": {"name": "test sparkle trail", "pattern": "sparkle_trail", "colors": ["#88CCFF", "#FFFFFF"], "brightness": 200, "delay": 60, "auto": true, "n1": 24, "n2": 210, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null, null], "background": "#000000", "manual_beat_n": 1}, "48": {"name": "test wave", "pattern": "wave", "colors": ["#00B4FF"], "brightness": 200, "delay": 60, "auto": true, "n1": 12, "n2": 180, "n3": 1, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "49": {"name": "test plasma", "pattern": "plasma", "colors": ["#FF0066"], "brightness": 200, "delay": 60, "auto": true, "n1": 6, "n2": 2, "n3": 2, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "50": {"name": "test segment chase", "pattern": "segment_chase", "colors": ["#FF0000", "#0000FF"], "brightness": 200, "delay": 60, "auto": true, "n1": 4, "n2": 1, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "51": {"name": "test bar graph", "pattern": "bar_graph", "colors": ["#00FF00", "#102010"], "brightness": 200, "delay": 60, "auto": true, "n1": 60, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "52": {"name": "test breathing dual", "pattern": "breathing_dual", "colors": ["#FF0088", "#00AAFF"], "brightness": 200, "delay": 60, "auto": true, "n1": 128, "n2": 1, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "53": {"name": "test strobe burst", "pattern": "strobe_burst", "colors": ["#FFFFFF"], "brightness": 200, "delay": 60, "auto": false, "n1": 2, "n2": 10, "n3": 100, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null], "background": "#000000", "manual_beat_n": 1}, "54": {"name": "test rain drops", "pattern": "rain_drops", "colors": ["#7cbdfe"], "brightness": 200, "delay": 60, "auto": true, "n1": 32, "n2": 3, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null], "background": "#000000", "manual_beat_n": 1}, "55": {"name": "test fireflies", "pattern": "fireflies", "colors": ["#FFD060", "#90FF90"], "brightness": 200, "delay": 60, "auto": false, "n1": 6, "n2": 8, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null, null], "background": "#000000", "manual_beat_n": 1}, "56": {"name": "test clock sweep", "pattern": "clock_sweep", "colors": ["#FFFFFF", "#202020"], "brightness": 200, "delay": 60, "auto": true, "n1": 1, "n2": 5, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "57": {"name": "test marquee", "pattern": "marquee", "colors": ["#FFFFFF"], "brightness": 200, "delay": 60, "auto": true, "n1": 3, "n2": 2, "n3": 1, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "58": {"name": "test aurora", "pattern": "aurora", "colors": ["#2CC88C", "#5078FF", "#A050DC"], "brightness": 200, "delay": 60, "auto": true, "n1": 3, "n2": 40, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "59": {"name": "test snowfall", "pattern": "snowfall", "colors": ["#FFFFFF", "#B0DCFF"], "brightness": 200, "delay": 60, "auto": true, "n1": 20, "n2": 1, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "60": {"name": "test heartbeat", "pattern": "heartbeat", "colors": ["#FF2840"], "brightness": 200, "delay": 60, "auto": false, "n1": 200, "n2": 50, "n3": 500, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null], "background": "#000000", "manual_beat_n": 1}, "61": {"name": "test orbit", "pattern": "orbit", "colors": ["#FFFFFF", "#00B4FF", "#FF0077"], "brightness": 200, "delay": 60, "auto": true, "n1": 3, "n2": 1, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1", "palette_refs": [null, null, null]}, "62": {"name": "test palette morph", "pattern": "palette_morph", "colors": ["#FF0000", "#00FF00", "#0000FF"], "brightness": 200, "delay": 60, "auto": true, "n1": 1200, "n2": 200, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "profile_id": "1"}, "63": {"name": "off", "pattern": "off", "colors": [], "background": "#000000", "brightness": 0, "delay": 0, "n1": 0, "n2": 0, "n3": 0, "n4": 0, "n5": 0, "n6": 0, "n7": 0, "n8": 0, "manual_beat_n": 1, "profile_id": "2", "palette_refs": [], "auto": true}} \ No newline at end of file +{"1":{"name":"on","pattern":"on","colors":["#FFFFFF"],"brightness":255,"delay":100,"auto":true,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"2":{"name":"off","pattern":"off","colors":[],"brightness":0,"delay":100,"auto":true,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"3":{"name":"rainbow","pattern":"rainbow","colors":[],"brightness":255,"delay":100,"auto":true,"n1":2,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"4":{"name":"transition","pattern":"transition","colors":["#FF0000","#00FF00","#0000FF"],"brightness":255,"delay":300,"auto":true,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null,null],"background":"#000000","manual_beat_n":1},"5":{"name":"chase","pattern":"chase","colors":["#FFFF00","#FF00FF"],"brightness":8,"delay":200,"auto":false,"n1":30,"n2":30,"n3":30,"n4":30,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[3,4],"manual_beat_n":1,"background":"#000000","background_palette_ref":null},"6":{"name":"pulse","pattern":"pulse","colors":["#FF00FF"],"brightness":255,"delay":1000,"auto":false,"n1":100,"n2":0,"n3":100,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[4],"background_color":"#ec0909","background_palette_ref":8,"manual_beat_n":1,"background":"#050500"},"7":{"name":"circle","pattern":"circle","colors":["#FFA500","#800080"],"brightness":255,"delay":200,"auto":true,"n1":2,"n2":10,"n3":2,"n4":5,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"8":{"name":"blink","pattern":"blink","colors":["#FF0000","#00FF00","#0000FF","#FFFF00"],"brightness":255,"delay":1000,"auto":false,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null,null,null]},"9":{"name":"warm white","pattern":"on","colors":["#FFF5E6"],"brightness":200,"delay":100,"auto":true,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"10":{"name":"cool white","pattern":"on","colors":["#E6F2FF"],"brightness":200,"delay":100,"auto":true,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"11":{"name":"red","pattern":"on","colors":["#FF0000"],"brightness":255,"delay":100,"auto":true,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"12":{"name":"blue","pattern":"on","colors":["#0000FF"],"brightness":255,"delay":100,"auto":true,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"13":{"name":"rainbow slow","pattern":"rainbow","colors":[],"brightness":255,"delay":150,"auto":true,"n1":1,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"14":{"name":"pulse slow","pattern":"pulse","colors":["#FF6600"],"brightness":255,"delay":800,"auto":true,"n1":2000,"n2":1000,"n3":2000,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"15":{"name":"blink red green","pattern":"blink","colors":["#FF0000","#00FF00"],"brightness":255,"delay":500,"auto":true,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"30":{"name":"rainbow slow","pattern":"rainbow","colors":[],"brightness":255,"delay":150,"auto":true,"n1":1,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"2"},"31":{"name":"DJ Rainbow","pattern":"rainbow","colors":[],"brightness":220,"delay":60,"n1":12,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"2"},"32":{"name":"DJ Single Color","pattern":"on","colors":["#ff00ff"],"brightness":220,"delay":100,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"2"},"33":{"name":"DJ Transition","pattern":"transition","colors":["#ff0000","#00ff00","#0000ff"],"brightness":220,"delay":250,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"2"},"34":{"name":"DJ Rainbow","pattern":"rainbow","colors":[],"brightness":220,"delay":60,"n1":12,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"2"},"35":{"name":"DJ Single Color","pattern":"on","colors":["#ff00ff"],"brightness":220,"delay":100,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"2"},"36":{"name":"DJ Transition","pattern":"transition","colors":["#ff0000","#00ff00","#0000ff"],"brightness":220,"delay":250,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"2"},"37":{"name":"tranistion2","pattern":"transition","colors":["#FF0000","#FFFF00","#FF00FF"],"brightness":128,"delay":1000,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[0,3,4]},"38":{"name":"Colour Cycle","pattern":"colour_cycle","colors":["#FF0000","#0000FF"],"brightness":255,"delay":100,"auto":true,"n1":1,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null]},"39":{"name":"flicker","pattern":"flicker","colors":["#ae00ff"],"brightness":255,"delay":50,"auto":false,"n1":100,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null],"background":"#000000","manual_beat_n":1},"40":{"name":"flame","pattern":"flame","colors":["#ffc800"],"brightness":128,"delay":50,"auto":true,"n1":35,"n2":2600,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null]},"41":{"name":"twinkle","pattern":"twinkle","colors":["#78C8FF","#508CFF","#B478FF","#64DCE8","#A0C8FF"],"brightness":255,"delay":100,"auto":true,"n1":150,"n2":20,"n3":0,"n4":10,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null,null,null,null],"background":"#000000","manual_beat_n":1},"42":{"name":"radiate","pattern":"radiate","colors":["#a600ff"],"brightness":255,"delay":2000,"auto":false,"n1":60,"n2":200,"n3":100,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null],"manual_beat_n":1,"background":"#050500","background_palette_ref":8},"43":{"name":"test meteor rain","pattern":"meteor_rain","colors":["#FF5000","#0080FF"],"brightness":200,"delay":40,"auto":true,"n1":50,"n2":1,"n3":200,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null]},"44":{"name":"test scanner","pattern":"scanner","colors":["#FF0000"],"brightness":255,"delay":30,"auto":true,"n1":4,"n2":2,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"45":{"name":"test gradient scroll","pattern":"gradient_scroll","colors":["#FF0000","#00FF00","#0000FF"],"brightness":220,"delay":60,"auto":true,"n1":2,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"46":{"name":"test comet dual","pattern":"comet_dual","colors":["#FFAA00","#00AAFF"],"brightness":200,"delay":60,"auto":true,"n1":8,"n2":1,"n3":3,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null],"background":"#0b000f","manual_beat_n":1},"47":{"name":"test sparkle trail","pattern":"sparkle_trail","colors":["#88CCFF","#FFFFFF"],"brightness":200,"delay":60,"auto":true,"n1":24,"n2":210,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null],"background":"#000000","manual_beat_n":1},"48":{"name":"test wave","pattern":"wave","colors":["#00B4FF"],"brightness":200,"delay":60,"auto":true,"n1":12,"n2":180,"n3":1,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"49":{"name":"test plasma","pattern":"plasma","colors":["#FF0066"],"brightness":200,"delay":60,"auto":true,"n1":6,"n2":2,"n3":2,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"50":{"name":"test segment chase","pattern":"segment_chase","colors":["#FF0000","#0000FF"],"brightness":200,"delay":60,"auto":true,"n1":4,"n2":1,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"51":{"name":"test bar graph","pattern":"bar_graph","colors":["#00FF00","#102010"],"brightness":200,"delay":60,"auto":true,"n1":60,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"52":{"name":"test breathing dual","pattern":"breathing_dual","colors":["#FF0088","#00AAFF"],"brightness":200,"delay":60,"auto":true,"n1":128,"n2":1,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"53":{"name":"test strobe burst","pattern":"strobe_burst","colors":["#FFFFFF"],"brightness":200,"delay":60,"auto":false,"n1":2,"n2":10,"n3":100,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null],"background":"#000000","manual_beat_n":1},"54":{"name":"test rain drops","pattern":"rain_drops","colors":["#7cbdfe"],"brightness":200,"delay":60,"auto":true,"n1":32,"n2":3,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null],"background":"#000000","manual_beat_n":1},"55":{"name":"test fireflies","pattern":"fireflies","colors":["#FFD060","#90FF90"],"brightness":200,"delay":60,"auto":false,"n1":6,"n2":8,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null],"background":"#000000","manual_beat_n":1},"56":{"name":"test clock sweep","pattern":"clock_sweep","colors":["#FFFFFF","#202020"],"brightness":200,"delay":60,"auto":true,"n1":1,"n2":5,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"57":{"name":"test marquee","pattern":"marquee","colors":["#FFFFFF"],"brightness":200,"delay":60,"auto":true,"n1":3,"n2":2,"n3":1,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"58":{"name":"test aurora","pattern":"aurora","colors":["#2CC88C","#5078FF","#A050DC"],"brightness":200,"delay":60,"auto":true,"n1":3,"n2":40,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"59":{"name":"test snowfall","pattern":"snowfall","colors":["#FFFFFF","#B0DCFF"],"brightness":200,"delay":60,"auto":true,"n1":20,"n2":1,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"60":{"name":"test heartbeat","pattern":"heartbeat","colors":["#FF2840"],"brightness":200,"delay":60,"auto":false,"n1":200,"n2":50,"n3":500,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null],"background":"#000000","manual_beat_n":1},"61":{"name":"test orbit","pattern":"orbit","colors":["#FFFFFF","#00B4FF","#FF0077"],"brightness":200,"delay":60,"auto":true,"n1":3,"n2":1,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null,null]},"62":{"name":"test palette morph","pattern":"palette_morph","colors":["#FF0000","#00FF00","#0000FF"],"brightness":200,"delay":60,"auto":true,"n1":1200,"n2":200,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1"},"63":{"name":"off","pattern":"off","colors":[],"background":"#000000","brightness":0,"delay":0,"n1":0,"n2":0,"n3":0,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"manual_beat_n":1,"profile_id":"2","palette_refs":[],"auto":true},"64":{"name":"winter icicles","pattern":"icicles","colors":["#F0F8FF","#9ECFFF","#FFFFFF"],"brightness":220,"delay":80,"auto":true,"n1":14,"n2":11,"n3":1,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null,null],"background":"#0A1520","manual_beat_n":1},"65":{"name":"winter blizzard","pattern":"blizzard","colors":["#FFFFFF","#CDE8FF","#AACCF5"],"brightness":220,"delay":45,"auto":true,"n1":110,"n2":2,"n3":140,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null,null],"background":"#050810","manual_beat_n":1},"66":{"name":"winter rime frost","pattern":"rime","colors":["#E8F4FF","#FFFFFF","#B8DCF8"],"brightness":200,"delay":120,"auto":true,"n1":40,"n2":18,"n3":4,"n4":0,"n5":0,"n6":0,"n7":0,"n8":0,"profile_id":"1","palette_refs":[null,null,null],"background":"#071018","manual_beat_n":1}} \ No newline at end of file diff --git a/led-driver b/led-driver index 2a76837..8f8bc89 160000 --- a/led-driver +++ b/led-driver @@ -1 +1 @@ -Subproject commit 2a768376d05573b7865113123a1b7ecc1c602b78 +Subproject commit 8f8bc894a9fc3b4416b6eb92c292591030fb2f28