Raspberry-Pi-WS281X-more-light-fx- This is the python based ws281x library for controlling ws2812/ws2812b/ws2811 based Led Strips.
WS281X: 3 Pin Led strips - D0, GND, +5 VCC Make Sure to give common Ground between RPI and the strip, regardless you are using an external power supply or not.
Based on Neopixel library for Neopixel strips.
Static_filename.py
Applies Constant Color across all leds.
Dynamic_filename.py
Applies Dynamic Color effects across all leds.
Mood_filename.py
Applies rgb Color profile for appropriate emotions/mood across all leds.
How to Run?
sudo python static_red.py
sudo is needed for getting access to Pi's GPIO.
[ Building a web-server front end that offers all this functionality - Work in progress ]