PyDMX icon indicating copy to clipboard operation
PyDMX copied to clipboard

Python module for sending DMX512 data.

Results 3 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...