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

Updated description of scrolling text effect. #231

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
2 changes: 1 addition & 1 deletion docs/features/effects.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ For 2D effects the background (secondary) color is set to black.
| 11 | Scan Dual | Same as Scan but uses two lights starting at both ends <br /> ![](https://raw.githubusercontent.com/scottrbailey/WLED-Utils/master/gifs/FX_011.gif) | ⋮ | 🎨 Fx, Bg, Cs | Speed, # of dots, Overlay |
| 40 | Scanner | Dot moves between ends, leaving behind a fading trail <br /> ![](https://raw.githubusercontent.com/scottrbailey/WLED-Utils/master/gifs/FX_040.gif) | ⋮ | 🎨 Fx, Bg | Speed, Fade rate |
| 60 | Scanner Dual | Like Scanner, but with two dots running on opposite sides <br /> ![](https://raw.githubusercontent.com/scottrbailey/WLED-Utils/master/gifs/FX_060.gif) | ⋮ | 🎨 Fx, Bg, Cs | Speed, Fade rate |
| 122 | Scrolling Text | Edit segment name to set text (variables #DATE, #TIME, #DDMM, #MMDD, #HHMM, #HH, #MM; suffix with 0 to have leading 0s, i.e. #DATE0). Use segment grouping to increase text size on a large matrix.<br /> ![](https://raw.githubusercontent.com/scottrbailey/WLED-Utils/master/gifs/FX_122.gif) | ▦ | 🎨 Fx, Bg, Gradient | Speed, Y Offset, Trail, Font size, Gradient, Overlay, 0 |
| 122 | Scrolling Text | Edit segment name to set text (variables #DATE, #TIME, #DDMM, #MMDD, #YYYY, #YY, #MO, #DD, #HHMM, #HH, #MM, #SS; suffix with 0 to have leading 0s, i.e. #DATE0; string variables #DAY, #DDDD, #MON, #MMMM). Use segment grouping to increase text size on a large matrix.<br /> ![](https://raw.githubusercontent.com/scottrbailey/WLED-Utils/master/gifs/FX_122.gif) | ▦ | 🎨 Fx, Bg, Gradient | Speed, Y Offset, Trail, Font size, Gradient, Overlay, 0 |
| 181 | Sindots | Dots revolving in a circle while the 'camera' <br /> ![](https://raw.githubusercontent.com/scottrbailey/WLED-Utils/master/gifs/FX_181.gif) | ▦ | 🎨 | Speed, Dot distance, Fade rate, Blur |
| 108 | Sine | Controllable sine waves <br /> ![](https://raw.githubusercontent.com/scottrbailey/WLED-Utils/master/gifs/FX_108.gif) | ⋮ | | |
| 92 | Sinelon | Fastled sinusoidal moving eye <br /> ![](https://raw.githubusercontent.com/scottrbailey/WLED-Utils/master/gifs/FX_092.gif) | ⋮ | 🎨 Fx, Bg, Cs | Speed, Trail |
Expand Down