Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update e1.31-dmx.md #181

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
130 changes: 129 additions & 1 deletion docs/interfaces/e1.31-dmx.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ All LEDs are set to the same color. 4 Channels: Master Dimmer, Red, Green, Blue

#### Effect

Not a realtime mode & only support 1 universe. Allows setting WLED effect properties over E1.31 with 15 channels.
Not a realtime mode & only supports 1 universe. Allows setting WLED effect properties over E1.31 with 15 channels.

| Channel | Property |
| --- | --- |
Expand All @@ -84,6 +84,134 @@ Not a realtime mode & only support 1 universe. Allows setting WLED effect proper
14 | Green Tertiary
15 | Blue Tertiary

<br>

Channel 2 Effect mode ID Breakdown

0. No Effect
1. Blink
2. Breathe
3. Wipe
4. Wipe Rnd
5. Random Colors
6. Sweep
7. Dynamic
8. Colorloop
9. Rainbow
10. Scan
11. Scan Dual
12. Fade
13. Theater
14. Theater Rainbow
15. Running
16. Saw
17. Twinkle
18. Dissolve
19. Dissolve Rnd
20. Sparkle
21. Sparkle Dark
22. Sparkle+
23. Strobe
24. Strobe Rainbow.
25. Strobe Mega
26. Blink Rainbow
27. Android
28. Chase
29. Chase Rnd
30. Chase Rainbow
31. Chase Flash
32. Chase Flash Rnd
33. Rainbow Runner
34. Colorful
35. Traffic Light
36. Sweep Rnd
37. Chase 2
38. Aurora
39. Stream
40. Scanner
41. Lighthouse
42. Fireworks
43. Rain
44. Tetrix
45. Fire Flicker
46. Gradient
47. Loading
48. Rolling Balls
49. Fairy
50. Two Dots
51. Fairy Twinkle
52. Running Dual
53. Running Dual
54. Chase 3
55. Tri Wipe
56. Tri Fade
57. Lighting
58. ICU
59. Multi Comet
60. Scanner Dual
61. Stream 2
62. Oscillate
63. Pride 2015
64. Juggle
65. Palette
66. Fire 2012
67. Colorwaves
68. BPM
69. Fill Noise
70. Noise 1
71. Noise 2
72. Noise 3
73. Noise 4
74. Color Twinkles
75. Lake
76. Meteor
77. Meteor Smooth
78. Railway
79. Ripple
80. Twinkle Fox
81. Twinkle Cat
82. Halloween Eyes
83. Solid Pattern
84. Solid Pattern Tri
85. Spots
86. Spots Fade
87. Glitter
88. Candle
89. Fireworks Starburst
90. Fireworks 1D
91. Bouncing Balls
92. Sinelon
93. Sinelon Dual
94. Sinelon Rainbow
95. Popcorn
96. Drip
97. Plasma
98. Percent
99. Ripple Rainbow
100. Heartbeat
101. Pacifica
102. Candle Multi
103. Solid Glitter
104. Sunrise
105. Phased
106. Twinkle Up
107. Noise Pal
108. Sine
109. Phased Noise
110. Flow
111. Chunchun
112. Dancing Shadows
113. Washing Machine
114. Washing Machine
115. Blends
116. TV Simulator
117. Dynamic Smooth

118 - 255. No Effect
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WLED supports 180+ effects as of version 0.14


<br>


The `effect option` channel is divided into 4 macro parts to control _mirror_ and _reverse_ states:

| value | mirror | reverse | |
Expand Down