Enum wled_json_api_library::structures::cfg::cfg_if2::DmxMode
source · #[repr(u8)]pub enum DmxMode {
Show 17 variants
DMX_MODE_DISABLED = 0,
DMX_MODE_SINGLE_RGB = 1,
DMX_MODE_SINGLE_DRGB = 2,
DMX_MODE_EFFECT = 3,
DMX_MODE_EFFECT_W = 7,
DMX_MODE_MULTIPLE_RGB = 4,
DMX_MODE_MULTIPLE_DRGB = 5,
DMX_MODE_MULTIPLE_RGBW = 6,
DMX_MODE_EFFECT_SEGMENT = 8,
DMX_MODE_EFFECT_SEGMENT_W = 9,
DMX_MODE_PRESET = 10,
RSVD1 = 11,
RSVD2 = 12,
RSVD3 = 13,
RSVD4 = 14,
RSVD5 = 15,
RSVD6 = 16,
}Expand description
DMX modes
Variants§
DMX_MODE_DISABLED = 0
Not used
DMX_MODE_SINGLE_RGB = 1
all LEDs same RGB color (3 channels)
DMX_MODE_SINGLE_DRGB = 2
all LEDs same RGB color and master dimmer (4 channels)
DMX_MODE_EFFECT = 3
trigger standalone effects of WLED (15 channels)
DMX_MODE_EFFECT_W = 7
trigger standalone effects of WLED (18 channels)
DMX_MODE_MULTIPLE_RGB = 4
every LED is addressed with its own RGB (ledCount * 3 channels)
DMX_MODE_MULTIPLE_DRGB = 5
every LED is addressed with its own RGB and share a master dimmer (ledCount * 3 + 1 channels)
DMX_MODE_MULTIPLE_RGBW = 6
every LED is addressed with its own RGBW (ledCount * 4 channels)
DMX_MODE_EFFECT_SEGMENT = 8
trigger standalone effects of WLED (15 channels per segment)
DMX_MODE_EFFECT_SEGMENT_W = 9
trigger standalone effects of WLED (18 channels per segment)
DMX_MODE_PRESET = 10
apply presets (1 channel)
RSVD1 = 11
Reserved to keep some semblance of backwards compatibility when new WLED versions come out with more Night Light modes
RSVD2 = 12
Reserved to keep some semblance of backwards compatibility when new WLED versions come out with more Night Light modes
RSVD3 = 13
Reserved to keep some semblance of backwards compatibility when new WLED versions come out with more Night Light modes
RSVD4 = 14
Reserved to keep some semblance of backwards compatibility when new WLED versions come out with more Night Light modes
RSVD5 = 15
Reserved to keep some semblance of backwards compatibility when new WLED versions come out with more Night Light modes
RSVD6 = 16
Reserved to keep some semblance of backwards compatibility when new WLED versions come out with more Night Light modes