home/ atoms/ wled-dmx-modes

WLED offers multiple DMX channel modes ranging from single-color control to per-pixel RGB addressing

WLED’s DMX receive mode determines how incoming E1.31/Art-Net channels map to LEDs, and it must match what the sending software expects. Key modes: Single RGB (3 channels, all LEDs same color); Single DRGB (4 channels, adds master dimmer); Multiple RGB (3 channels per LED in sequence — the default for xLights and LedFx); Multiple RGBW (4 channels per LED including white); Dimmer + Multi RGB/RGBW (adds a global dimmer channel at the start); Effect mode (15 channels to control WLED’s built-in effects remotely — not a realtime pixel mode); Preset (2 channels: brightness and preset ID). Choosing the wrong mode produces garbled or absent output because the channel-to-LED mapping mismatches the stream.

Examples

LedFx and xLights use Multiple RGB (3ch/pixel). A DMX lighting desk controlling a WLED wash light would use Single RGB or Single DRGB. A show-control system triggering preset looks uses Preset mode.

Assessment

You want to drive individual pixels on a 60-LED strip from a software sequencer. Which DMX mode do you choose, and how many DMX channels does the strip consume?

“3 Channels per LED in sequence. LED 0 Red, LED 0 Green, LED 0 Blue, LED 1 Red, ... Default mode, equivalent to pre-0.9.1 E1.31.”
corpus · wled-docs-e1-31-sacn-art-net-ddp-dmx-over-network · chunk 2