-
Notifications
You must be signed in to change notification settings - Fork 0
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
Animate WLED cover #11
Comments
Image state is lost once displayed; not possible to handle brightness variation on WLED side (at least not without some usermod): Aircoookie/WLED#3160 (comment) Really dumb workaround right now is to just repeatedly send the entire pixel art JSON with varying brightness. other ref: |
Another possible workaround is do use overlapping segments and overlay, and play some (custom) animation over the image instead. But not sure how to do that yet (or if it's even possible): https://kno.wled.ge/features/effects/#effect-overlay |
GIFs might be an option: Aircoookie/WLED#3061 |
Most likely option, use UDP realtime. |
Now in progress in https://github.com/joeyy-watts/SpotifyWLED/tree/feature/artnet solution: use ArtNet instead |
Spotify API provides audio feature. Very useful for generating track-unique animations: https://developer.spotify.com/documentation/web-api/reference/get-several-audio-features |
Will close this one, with new animations planned in other issues. |
Add animations to WLED cover to add a more lively feel by varying brightness.
Would also be neat to implement patterns.
Examples:
['item']['preview_url']
)null
, so some generic default pattern should be implemented firstImplementation: WLED has live data mode, UDP API, so maybe use something along that line to send brightness info. Or if possible, send a command to WLED to have brightness animation on WLED side.
The text was updated successfully, but these errors were encountered: