-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Add rainbow effect to led strip #12323
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
Conversation
This comment has been minimized.
This comment has been minimized.
AUTOMERGE: (FAIL)
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
We need to increment PG version (io/ledstrip.c):
|
@TheIsotopes are you able to test? |
Should I just increment 2 to 3? |
@haslinghuis imo all looks good currently there is still a problem with a default value:
|
uint8_t ledstrip_rainbow_delta; | ||
uint8_t ledstrip_rainbow_freq; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add and initialize in io/ledstrip.c in
pgResetFn_ledStripConfig``
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done, thanks, I didn't know how to set up default values.
Do you want to test this code? Here you have an automated build: |
@TheIsotopes should be fixed now. |
@haslinghuis it's fixed. |
* Add rainbow effect * unit test * default values + version change
This PR adds rainbow effect to the led strip overlays, based on #6840.
Configurator changes: #3322
For testing please use cloud building.