You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we should allow people to pass in a brightness function that is given each pixel ([red, green, blue]) and returns a pixel with brightness ([red, green, blue, brightness])
at the moment we're not using the 5 bits of brightness available on the APA102 pixels.
per @mmckegg's suggestions,
[red, green, blue]
) and returns a pixel with brightness ([red, green, blue, brightness]
)The text was updated successfully, but these errors were encountered: