Thanks Andreas. I think your code needs to be written like this, though:
FastLED.addLeds<APA102, 11, 13, BGR>(leds, NUM_LEDS);
At first I couldn't get any of the FastLED lib to compile but then realized I had to upgrade to 1.0.6/1.20 from 1.0.5/1.16.
Then the example code ran fine. Here is...