There is a manual on Adafruit. I've got this one working on a Raspberry Pi 3. No Arduino required, you can use the GPIO ports. https://learn.adafruit.com/neopixels-on-raspberry-pi/overview The library is on GitHub: https://github.com/jgarff/rpi_ws281x Don't forget to look at the examples in the pyth...