Hey guys, I'm new to this game.

Hey guys,

I’m new to this game. I was using a standard library (LPD8806) for my Arduino Micro, which worked just fine. My pins are set up with Data and CLK on the ICSP pins. When I try any of the examples in FastLED, none of them work. I have my data pin as follows: #define DATA_PIN 11

However, I don’t think that’s working. What should I enter as a value for this? I have my clock pin in ICSP Pin 3 - SCLK, and my data pin in ICSP Pin 4 - MOSI. Thanks!

On the micro SPI_DATA is pin 16 and SPI_CLOCK is pin 15.

The library provides the defines SPI_DATA and SPI_CLOCK for the hardware SPI pins on a platform. (The documentation ngor that may have fallen off the block - I’ll try to get that back in there)

Thank you Daniel!