OSC to Neopixel

All the topics related to QLC+ on the Raspberry Pi
Post Reply
Dingezz
Posts: 23
Joined: Tue May 12, 2015 5:09 pm
Real Name: Johan

For those who like to play around with neopixels... i wrote a python script to directly connect Neopixels(ws2811) to your Rpi and control them with the OSC output of Qlcplus, though it is a bit slow, for simple setup it works fine! i am just beginning to write in Python, if someone knows how to improve this script feel free to do so ;)
Attachments
osc_neopixel.py.txt
(2.22 KiB) Downloaded 54 times
0perat0r
Posts: 8
Joined: Sat Jul 13, 2019 7:54 am
Real Name: Stephan

I implemented another solution for this.

My approach is to use a raspi as ArtNet client driving my LED matrix: https://keawe.de/en/led-matrix
Post Reply