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

2019-11-04 Thread Jean SUZINEAU
It's possible but I've done it many years ago, I don't remember all the details . In think you'll have to use H2PAS ( https://wiki.lazarus.freepascal.org/Creating_bindings_for_C_libraries ). From what I see from main.c, I think you'll have

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

2019-10-31 Thread James Richters
-pascal On Behalf Of Christo Crause Sent: Thursday, October 24, 2019 11:25 AM To: James Richters Cc: FPC-Pascal users discussions Subject: Re: [fpc-pascal] FPC RGB+W LEDs >A user space library written in C: https://github.com/jgarff/rpi_ws281x On Thu, Oct 24, 2019 at 3:54 PM James Richt

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

[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?