+Mark Kriegsman New to coding and was learning from your RBWGlitter.ino code. I am using Arduino 1.0.5 with Windows 8.1. 50 LED strip 2811.
For this part of the code I am getting Green where it should be Red. I replaced the Red with Yellow, and that worked. I randomly tried some other color names but could never get to Red. Can you help me understand? Thanks…
CRGBPalette16 gPalette (
CRGB::Black, CRGB::Black,
CRGB::Red, CRGB::Red, CRGB::Red, CRGB::Red,
CRGB::Gray, CRGB::Gray, CRGB::Gray, CRGB::Gray,
CRGB::Blue, CRGB::Blue, CRGB::Blue, CRGB::Blue,
CRGB::Black, CRGB::Black
);