I have been using the SD card playback of OPC files on my DotStar

I have been using the SD card playback of OPC files on my DotStar pixels and love it. I based my setup on the tutorial below.

I would now like to implement the same functionality using FastLED to give me the option of using different pixel types.

I was hoping it would be simple to modify the code but it is a little out of my depth.

Any pointers on how to get this working?

Thanks.

Phil

Unfortunately that link is broken.

I updated the post with the correct link.

Thanks

Is this the right file to look at?

It’s been years since I used the Adafruit library. Remind me again where in the code the color data is being written/sent to the pixels?

Thanks Marc, that is the correct code for the arduino to read the OPC file from an SD card. To generate the OPC files there is a Processing sketch linked in the original article.

@Phil_Spitler I had another look and ready through it again, but this code/library is a bit above my understanding too. Looks quite interesting though.