-
Notifications
You must be signed in to change notification settings - Fork 1.3k
RGBMatrix: Detect invalid bit_depth selection #3661
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
RGBMatrix: Detect invalid bit_depth selection #3661
Conversation
I tested this with the code from the issue and confirmed it does now throw this error |
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.
Thanks for arg validation!
Needs |
I also retargeted this at 6.0.x, we'll want to merge up into main at some point |
39e5a4f
to
5554c27
Compare
I think we could omit this from 6.0.0 if rc.1 is going to be promoted to final, so I'm not going to merge this yet (and it needs |
I'd be ok including this in 6.0.0 without an RC. It's extremely low risk. |
@jepler could you |
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.
Thanks! I pushed a "make translate" to finish this off.
Closes #3650