AronHetLam / ATEM_tally_light_with_ESP8266

Wireless tally light for use with ATEM switchers, which connects over WiFi, using an ESP WiFi module.
GNU General Public License v3.0
160 stars 40 forks source link

Neopixel brightness setting #23

Closed goudi76 closed 3 years ago

goudi76 commented 3 years ago

Hy could you please add a setup of the brightness of the neopixel?

I have done some changes in the code but I couldn´t arrange a needed setup in the .html part. In my code I have added these lines to setup the brightness and it works: Line 70: int LEDBrightness = 100; //Value between 0-255 Line 164: FastLED.setBrightness(LEDBrightness);

It would be nice to have a setting line in the .html page for the lightness. I have checked v3.0 yesterday with a Blackmagic 1/me and a 4k mixer and it worked perfekt! Thanks alot!

AronHetLam commented 3 years ago

Try out this commit, and let me know if that works as expected. Also please try it with a switcher for me, and let me know if i broke something else regarding the led strip. I made some small changes to increase performance/stability, and would like to be sure it didn't break anything before releasing it 😊

AronHetLam commented 3 years ago

I found out I didn't know how to use memset(), so thins were definitely broken, a fix is again committed.

goudi76 commented 3 years ago

Thanks. What do you think will be a new version ready for testing?

AronHetLam commented 3 years ago

I just put it into a new release yesterday, else, each commit made is downloadable from the main page. Releases are just certain states of the project, that should be stable and tested versions, whereas the lates commit would be the bleeding edge version, with the latest changes. Hope that makes sense.