forked from Aircoookie/WLED
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Aurora Borealis effect (Aircoookie#1589)
* Added aurora effect * Cosmetic changes prior to PR to match some guidelines * Update FX.cpp Moved mode_aurora function to end of FX.cpp * Cosmetic changes prior to PR - Changed new palette name to have a whitespace - Undid changes to platformio.ini * Removed commented out test palette * Improved memory handling Use SEGENV to allocate and manage dynamic memory needs of effect. Only allocate as much memory as needed for current amount of waves set. * Improvements to Aurora effect - Smoother on low speed - CRGB is trivially copiable - Replaced Red & Blue mode - Simplified logic and mem use a tiny bit - Aurora2 palette a bit less yellowish Co-authored-by: cschwinne <[email protected]>
- Loading branch information
1 parent
f5ed710
commit af61962
Showing
3 changed files
with
166 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters