Brightness control for WS28B12 (Neopixel) fixed #314
Reference in New Issue
Block a user
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi
I've faced the problem of changing the meaning of the parameter "Brightness", cause there is no effect of plugin in settings.
But then I've understood that
LED_BRIGHTNESSparameter is not used in the fileneopxel_direct.pyOnly after adding this parameter into the constructor light brightness changing has begun to work.
I've also made an issue here.
Please close the issue when you merge.
Thanks.