hello all! i've been banging my head against a wall on this one...

hello all!

i’ve been banging my head against a wall on this one… I cannot figure out how to get my matrix to play an animation with what i recorded from glediator. I’ve been trying as many solutions I can from reading the FASTLED documentation but I am about a 2 week rookie into this field.

Here is my gist: https://gist.github.com/gravityoverdivinity/c0fc10c9fe7668be87126aa359c0e21c

Videos:
Working via Glediator:

Sketch that plays from SD card:

I have my matrix x=15 y=12 ran in serpentine from top left. I run a teensy 3.5 with SD card built in (AWESOME UNIT BTW!) .

I hope everyone’s day is going well!

The arduino code to run the gladiator animations had a bug by which every other line was reversed. If I remember rightly there was a fix https://youtu.be/Vu5Edp-siPc

I have that code in mine it seems from comparing the two, they’re exact minus my led count when I do a side by side. hmm.

I have exactly the same error, the problem is the export of Glediator the arrangement of the pixels not co-exported.

there is a function in Fastled that “kMatrixSerpentineLayout” means I just can not get it to work

@Bastelgarage_Anleitu check this out. https://macetech.github.io/FastLED-XY-Map-Generator/

I have generate my matrix thx.
but i dont understand how implement the function in the .ino file.

how i implent in this line:

fxdata.readBytes((char*)leds, NUM_LEDS * 3);