We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello ! The drift animation does not work as expected, only the lower right quarter is displayed.
To reproduce: try it.
The whole animation is displayed, instead of just a quarter of it
Self-Compiled
0.14.1
Other
No response
The bug is due to a rounding error with a cast to uint16_t instead of int16_t, MR to come
The text was updated successfully, but these errors were encountered:
I opened MR #3816 to fix this issue
Sorry, something went wrong.
Implemented via #3816
No branches or pull requests
What happened?
Hello !
The drift animation does not work as expected, only the lower right quarter is displayed.
To Reproduce Bug
To reproduce: try it.
Expected Behavior
The whole animation is displayed, instead of just a quarter of it
Install Method
Self-Compiled
What version of WLED?
0.14.1
Which microcontroller/board are you seeing the problem on?
Other
Relevant log/trace output
No response
Anything else?
The bug is due to a rounding error with a cast to uint16_t instead of int16_t, MR to come
Code of Conduct
The text was updated successfully, but these errors were encountered: