Trying to use the @Adafruit_Industries Feather 32u4 Proto board like I’ve used a thousand other times with the 32u4 and FastLED but for whatever reason I cannot get it to work without using “#define FASTLED_FORCE_SOFTWARE_SPI” at the top of the .ino file.
Anyone else see this? Not seeing it on a regular, old Pro Micro or similar. So I think it’s something to do with the Adafruit specific Arduino core for this board. And actually their own “DotStar” library works fine with hardware SPI.
Software only SPI is just plain silly for this chip.
Any thoughts?
I had to update my libraries to fix my issues. Might not be the same for you, but worth a try,
Already using latest fastled… Or other libraries?