-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Tested and confirmed to work when controlling simple "3-channel DMX Decoder" boxes.
Caveat: Does not control Works great with a Gantom Precision DMX RGB Floodlight (7-channel micro-LED DMX fixture), now unfortunately obsolete.
Will continue to test with whatever I can get my hands on as I have a an embedded Raspberry Pi project originally done in 2018 with Python 2 and the library I used does not work under Python 3 and I need to re-do it with something better. This is the leading candidate.
Would like to add to the documentation with some more examples as soon as I learn how to do that.
Edit: The inability to control the Gantom Precision DMX was a user error. It has 7 channels, and the 7th is a master fade where 255 is OFF. So sending a dmx.all_channels_on() command turned it off regardless of what the other channels are set to.