I just got my Photon and it’s awesome! It worked on the first try and I made a little knock detector.
Just one thing: is it possible to disable or tone down the pulsing cyan light? I’d prefer to be able to set up my photon so it doesn’t shine all the time (but I still like the cloud integration and would like to keep it).
That is very odd, since when I build one of the samples bundled with FastLED library (with added ::RGB.control(true); and such), it just works.
You just need to make sure that RGB is never ambiguous and actually uses the correct “version” of RGB.
Whenever you refer to the onboard RGB LED use ::RGB.####() and if you are dealing with the FastLED version of RGB, you need to put in NSFastLED::RGB.
I guess the place where you get
error: 'RGB' in namespace '::' does not name a type