Which pins for FastLed on Nano Every?

When I set the DATA_PIN via #define for use with FastLed, I can't compile the code if the pin is set to certain values. E.g. 2 and 3 work, 4 and 5 don't, 6 and 7 do, etc.

Apparently this is some low-level requirement of the pin that needs to be met, but looking at the pinout here I don't see an obvious reason why, and the basic LED tutorials I've read don't seem to mention anything about this.

What's the deal? Thanks!

There may be issues with the port/pin mapping for the Nano Every.
https://github.com/FastLED/FastLED/issues/716

1 Like

Aha, indeed. Thanks for the link. At least I have some workable pins that will work for me for now. Good to know it wasn't user error. :slight_smile:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.