-
Notifications
You must be signed in to change notification settings - Fork 644
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brightness #235
base: master
Are you sure you want to change the base?
Brightness #235
Conversation
awesome! Small but very functional change similar to mine below (also first pr), I hope @scottlawsonbc / @joeybab3 can merge these additions asap :) |
So I went through and prepped it for merging but unfortunately, I have no way to test these changes for the time being as I left my LED strip and ESP's at home when I moved up to college. I do want to get back into this though so I will order a new set from china in hopes it will be here soon. |
Added a brightness slider in the GUI and a correlating option in the config file.
I have only tested it with the esp8266. I changed stuff in led.py that might let the brightness slider work with the pi and blinkstick, but I'm not sure since I don't have either.
This is my first pull request to anyone. Please let me know if there is something I can improve on or something I forgot.