Re: [fpc-pascal] FPC RGB+W LEDs

2019-10-24 Thread Jean SUZINEAU
May be it's not exactly what you are search for, but two years ago I used an Arduino with an Ethernet shield to control this kind of LED Strip. I join below the content of the main file, just 111 lines.  It's very easy to control the led strip from arduino. Contrary to

Re: [fpc-pascal] FPC RGB+W LEDs

2019-10-24 Thread Christo Crause
A user space library written in C: https://github.com/jgarff/rpi_ws281x On Thu, Oct 24, 2019 at 3:54 PM James Richters < ja...@productionautomation.net> wrote: > I'm thinking about making a controller for SK6812 Individually addressable > RGB+W Led strips, perhaps something I can run on a Raspber

[fpc-pascal] FPC RGB+W LEDs

2019-10-24 Thread James Richters
I'm thinking about making a controller for SK6812 Individually addressable RGB+W Led strips, perhaps something I can run on a Raspberry Pi. I'm curious if anyone has any example routines that do the output timing for Individually addressable LED strips?