Lixada Usb Dmx 512 Driver Windows 10 Apr 2026

def blackout(self): """Set all channels to 0.""" self.set_all(0)

def send_frame(self): """Send current DMX data immediately.""" with self.lock: data_copy = bytes(self.dmx_data) self._send_dmx_frame(data_copy) lixada usb dmx 512 driver windows 10

def __enter__(self): return self

Back
Top