Replies: 1 comment
-
I also modified
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Walking through the execution path in setting an LED color, there is this method in LedStrip
Following into the scale brightness method in LedColor is this method:
To me,
color
will always be the value of the blue component.I think the method should OR the return values, and so contain all the colors:
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions