In short, I have 13.1 Toki running a 8x32 WS281x matrix. WLED works just fine, but treats the matrix as a single, zig-zagged line (which is fine and not the point of this question). I am trying to use the ledmap.json function to only illuminate certain pixels in order to spell a word. (see image).
I believe I am following the documentation correctly, but I cant seem to get a preset to correctly pick-up the ledmap1.json
file that has been uploaded via /edit. I also believe I am updating the preset API correctly, so my only thought right now is “Does the ledmap1.json file need to use all available pixels?” Right now, I am only trying to use a subset of the available pixels.
If it can support a partial list of pixels, then what am I doing wrong? Thank you
Contents of ledmap1.json:
{"map":[32,31,30,29,28,27,26,25]}
Preset API Command:
{"ledmap":1,"on":true,"bri":255,"transition":7,"mainseg":0,"seg":[{"id":0,"start":0,"stop":256,"grp":1,"spc":0,"of":0,"on":true,"bri":255,"cct":127,"col":[[255,160,0],[0,0,0],[0,0,0]],"fx":15,"sx":255,"ix":255,"pal":1,"sel":true,"rev":false,"mi":false},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0},{"stop":0}]}