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

Added POV image effect #3539

Merged
merged 1 commit into from
Aug 18, 2024
Merged

Added POV image effect #3539

merged 1 commit into from
Aug 18, 2024

Commits on Aug 9, 2024

  1. Added POV image effect

    Setup is really easy, after first boot and WiFi/LEDs setup:
    go to wled.local/edit and upload a couple image to WLed's filesystem.
    Only PNG is supported right now, further support for GIF is planned.
    The image should be as wide as the 1D segment you want to apply to.
    
    When done, go to the Effect page on the UI, select "POV Image" effect.
    
    You could also update the image with a post to the JSON-API like this:
    curl -X POST http://[wled]/json/state -d '{"seg":{"id":0,"fx":114,"f":"/axel.png"}}'
    
    The segment should move at around 120RPM (that's 2revolutions per seconds) for an image to showup.
    More informations and pictures here : https://lumina.toys
    Arthur Suzuki committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ed5eb28 View commit details
    Browse the repository at this point in the history