Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop using Red parameter for brightness value
This change corrects using Red parameter of RGBA for the Brightness value, to using the Alpha parameter of RGBA. As the brightness max value for APA102 is `31` the `math.Min` stops the driver from using any value higher than 31.
- Loading branch information