RGBConverter icon indicating copy to clipboard operation
RGBConverter copied to clipboard

Making the library more portable

Open aleksandaratanasov opened this issue 9 years ago • 1 comments

Hi!

I've recently forked your project and decided to detach it from its Arduino dependency. We can still have the Arduino part as something extra but how about making the library more portable? I'm currently using it for a project that involves some ROS actions and LEDs where it is really handy. I also have a Raspberry Pi which I will soon attach to an LED stripe to play with it. The Arduino header (and types used in your version) pose the problem of using the library out of the box on non-Arduino platforms. Can you please view the changes I have made on my fork and maybe we can merge them with your project (if support for Arduino is to remain I can simply wrap my version of the library so that it can also use Arduino's data types)? I'm also considering (and even started) adding some testing for the library to check its behaviour.

aleksandaratanasov avatar Sep 12 '15 18:09 aleksandaratanasov

As I mention in the README the whole project is redundant due to FastLED's RGB->HSV conversion and other colour functions. You're welcome to continue with your fork though.

ratkins avatar Sep 13 '15 21:09 ratkins