mx
mx
Remote control ESPixelStick effects using DMX --> E1.31 I think of something like https://github.com/Aircoookie/WLED/wiki/E1.31-DMX#3-effect Actually it's possible to send RGB values for each pixel via E1.31. To address LED pixel...
**Is your feature request related to a problem? Please describe.** After a short time the DMX output signal is always "blacked out" if no/new DMX input signal is provided continuously....
I experience heavy memory consumption when sending "fast" signals. I tested it to receive MIDI note and clock signals but memory looks like it gets never freed, just accumulating. I'm...
Actually I can't install the 2mic [respeaker](https://github.com/respeaker/seeed-voicecard) driver on a vanilla flashed HypriotOS v1.12.0 on a PI4. What happens is the /boot partition of the OS is too small (~12MB...
I use a vanilla flashed hypriotos-rpi-v1.12.0.img.zip on a PI4 and execute: ``` sudo apt-get update sudo apt-get upgrade ``` then reboot and execute ``` sudo apt-get install collectd ``` after...
# Abstract This enables WLED to control segments via DMX with `Effect` modes ++ introduces some additional refactoring. 1. Added missing third color RGBW channels. 2. Added missing `effect option`...
``` def flat_names(names, _out=None): """Flatten nested names containers into a set. :param names: nested structures containing names. :type names: :return: all names found in the structures, in one set. :rtype:...
Fixed named channel strings in iterables (list, tuple, dict, set...)
Using `availDMXLen` to choose to utilize white channel is messy because it has nothing to do with ability of the strip. It is the number of channels available in the...
I like to change background color (and/or set an image). I was not able to alter `static/css/main.css` to set background color. Changes had no effect .. I tried to alter...