Not really support, as such - but don't know how else to post this.

Not really support, as such - but don’t know how else to post this.

I tried FastLED 3.1, but I get the compilation message (Due)

D:\Programming\Arduino\libraries\FastLED/led_sysdefs.h:11:51: fatal error: platforms/arm/sam/led_sysdefs_arm_sam.h: No such file or directory
#include “platforms/arm/sam/led_sysdefs_arm_sam.h”
^
compilation terminated.
Error compiling.

I can put back to FastLED Master, and all is well.

What version of the arduino environment are you using, because I can compile w/FastLED 3.1 and Arduino 1.5.5 without any issues. Also - are you sure you don’t have any other copies of FastLED lurking around?

Hi. I use the Due with 1.5.8. I totally replace the files. 3.0 is fine. A week or so ago, 3.1 worked too…

Weird, I have 0 problems compiling with FastLED3.1@Head on Arduino 1.5.8 either. First off, are you sure that you have no other copies of FastLED lurking around in any of the arduino or document directories? Secondly, are you sure you have a full checkout of the FastLED3.1 directory (check for FastLED/platforms/arm/sam/led_sysdefs_arm_sam.h)

Ahhh! I wasn’t copying the new “platforms” folder!! I didn’t notice it. Thanks!! :slight_smile: