-
-
Notifications
You must be signed in to change notification settings - Fork 39.6k
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
Fix boundary in RGB_MATRIX_INDICATOR_SET_COLOR
#18650
Fix boundary in RGB_MATRIX_INDICATOR_SET_COLOR
#18650
Conversation
Exclude index equal to `led_max` as it is 1 greater than the index of the last/max LED.
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.
Should also be done for LED Matrix.
I couldn't find an equivalent for LED Matrix. Did you mean in |
|
Thank you @zvecr. I can only find I've also searched for |
If it doesn't exist, then don't worry about it. |
Description
led_max
as it is 1 greater than the index of the last/max LED.<= led_max
.Types of Changes
Issues Fixed or Closed by This PR
Checklist