led-control icon indicating copy to clipboard operation
led-control copied to clipboard

Advanced WS2812/SK6812 RGB/RGBW LED controller with on-the-fly Python animation programming, web code editor/control interface, 1D, 2D, and 3D display support, and E1.31 sACN support

Results 22 led-control issues
Sort by recently updated
recently updated
newest added

Hi @jackw01, I'd like to write complex patterns with classes and everything Python provides, so this PR proposes a new command line flag `--run-unsafe` which does run the pattern code...

Hey! Is it possible to include variables for speed and scale in the code for a custom pattern?

Hi, I'm in a process of setting up my corexy printer running on Klipper. Love your 'plugin' that lets me control the Neopixel LEDs via RPi GPIO. I do have...

Hey there, nice work on this, would like to use it with my current setup. Firstly, I am interested in using https://github.com/julianschill/moonshine which is using your software to control the...

[First of all, awesome work on v2.0.0, really enhances a great piece of work - do you want to see a video of my setup in action?] The issue I...

Hi jack, first of all great work, great project. I consider myself as newbie with raspberry, especially with java. I bought materials and assembled version of two led corner lamps,...

``` Traceback (most recent call last): File "/usr/lib/python3.9/threading.py", line 954, in _bootstrap_inner self.run() File "/usr/lib/python3.9/threading.py", line 892, in run self._target(*self._args, **self._kwargs) File "/home/pi/led-control/.eggs/sacn-1.8.1-py3.9.egg/sacn/receiving/receiver_socket_udp.py", line 57, in receive_loop self._listener.on_data(raw_data, time.time()) File...

I can't quite figure out how the conversion of rgb -> rgbw when using the sACN mode is done so I wanted to know if there was some way to...

So far the only functions that return RGB colors are ones that ignore the palette. This PR adds a function (shamelessly learned from [stackoverflow](https://stackoverflow.com/questions/24852345/hsv-to-rgb-color-conversion)) for converting HSV to RGB. I...

Hi Jack, first of all: this is a brilliant application! I really enjoy everything about it, like the simple installation, the well-designed CLI interface, and the equally well designed web...