PyDMX icon indicating copy to clipboard operation
PyDMX copied to clipboard

Python module for sending DMX512 data.

Results 5 PyDMX issues
Sort by recently updated
recently updated
newest added

Noob question: I downloaded the zip file to my Raspberry Pi and read the README file. How do I install the core package and FTDI driver package? I want to...

question

I'm using a modified version of PyDMX in my program where I've changed the `DMX_MAX_ADDRESS` variable in `core/dmx/constants.py` from 512 to 96 (since I'm only using a single light with...

enhancement

I have been working on a program for some school stage lights and I have searched high and low on the module code on how to just send a plain...

Due to the direct manipulate of self._red/_green/_blue attribute, the value check process of Colour object initialization would be skipped.

fixes compatibility with certain libc implementations, e.g. musl on OpenWrt ------------------------- When trying to use PyDMX with the FTDI driver on an OpenWrt device, I found it was not outputting...