I just received a couple of Adafruit Circuit Playground boards. After digging through their library I found out that the neopixels on it are on pin 17.
A quick test with a confetti program worked with no problems.
The “Neopixel” leds on this board are actually SK6812-3535 leds
It worked fine, even with fastled and their library for everything on the board included. It did seems like it does not compile parts that are not used in the program. I will do more experiments later.
Can confirm! The soundMems code works especially well on the little ACP if you #define LED_DT 17, #define COLOR_ORDER GRB, #define LED_TYPE WS2811, #define NUM_LEDS 10, #define MIC_PIN 4 and #define DC_OFFSET 5 (the last one is more of an appearance thing…default is 0). Add some diffusion and it’s a great little music visualizer!