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!