Library for RGB LEDs

Thanks again for the feedback !

robtillaart:

  • negative(RGB) like the old foto film.

Like setRGB but will actually do _r = 255 - r; _b = 255 - b ... ?

robtillaart:

  • setStroboscope(); do a stroboscope while morphing colors

What do you mean by "while morphing" ?
You can already do a kind of stroboscope like this (careful if you're epileptic :P)

  m.setMode(RGBMood::RANDOM_MODE); // Yeah enum already there xD
  m.setHoldingTime(200);
  m.setFadingSteps(2);
  m.setFadingSpeed(10);

robtillaart:

  • enum for a set of "named colors" Colors.Aquamarin etc :slight_smile:

Working on it :wink:

Gimme more work :smiley: