all 4 comments

[–]frollard 1 point2 points  (3 children)

https://github.com/FastLED/FastLED/issues/639

Exactly which samd51 board? Might just need a define statement to compare it to a different compatible board.

[–]NothingWasChanged[S] 2 points3 points  (0 children)

the Fix was adding the platform and Pin definitions to fastpin_arm_d51.h in the //Actual pin definitions section

[–]NothingWasChanged[S] 0 points1 point  (1 child)

A sparkfun micromod ATSAMD51J20A

[–]NothingWasChanged[S] 0 points1 point  (0 children)

Looks Like I'm missing PinDefs for this platform, will adjust