-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Animartrix effects: weird colors in some effects #82
Comments
The weird colors has been noticed and reported since the initial implementation of Animartrix .as palette is not used we thought that it is still WIP . You have described it better then we did |
What is the possibility of adding pallettes to these effects? |
@netmindz could say as he is the one who ported the Animartrix |
So it doesn't really make sense to use a palette due to the way the effects are designed so I don't see Stefan ever adding that to his code. There are a few bugs where the colours don't reset properly when you move to certain effects. Due to the lack of a gamma correction a few don't work in quite the same way as on Smart matrix. As for blocks of colour with no fade, I've not seen this behaviour |
This fix should certainly help netmindz/animartrix@8fd0df3 Pulled in with #83 |
Please test the patterns and report any bugs with them against https://github.com/netmindz/animartrix/tree/OO WLED just wraps this library. When I raised the issue of the colours of Water Stefan said it related to fact it was designed for SmartMatrix which has gamma correction |
Quick (untested) attempt at adding gamma correction #85 |
Found what's wrong with water - the red is going negative and so flipping to full brightness |
Next daily build has fixed version of rgb_sanity_check |
Should all now be resolved I think @FragMenthor if you try this build https://github.com/MoonModules/WLED/actions/runs/6599717911 (scroll to the bottom for the assets) |
Thanks!!! I will try tomorrow as soon as I can! 😀 |
Yeah i have tested all the effects and no more superimposed color so issue is fixed |
Thank you! All effects seem OK now! Great job! 👍 💯 |
What happened?
Some effects give me colors that do not match the rest of the effect. Nomally is a solid green color that is superimposed on the effect, like some limit has been reached.
Namelly:
To Reproduce Bug
Don't know if anyone more has this problem, but is shows for me in the UI and it reflects on the LEDs. This shows for me like this since the initial implementation of Animartrix in WLED, and no matter what version I use (_M _S, custom, ...) No change with any version, and I update almost weekly in my test setup with 'mdev'.
Expected Behavior
Smooth and continuous effects, they change abruptly using solid colors, and seem broken somehow.
Install Method
Self-Compiled or other
What version/release of MM WLED?
WLEDMM_0.14.0-b27.32 esp32_4MB_M.bin
build 2310081
Which microcontroller/board are you seeing the problem on?
ESP32
Relevant log/trace output
No response
Anything else?
I don't think this is the expected normal behaviour. If this is intentional, the please close the issue. Thank you!
Code of Conduct
The text was updated successfully, but these errors were encountered: