Fix NeoPixel brighten operation

Issue #405 resolved
John Maloney repo owner created an issue

The brighten operation brightens all the color channels. That eventually results in white (255,255,255), losing the original color. Thus, when you darken the pixel, it does not return to the original color.

Comments (1)

  1. Log in to comment