Closed goudi76 closed 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 😊
I found out I didn't know how to use memset(), so thins were definitely broken, a fix is again committed.
Thanks. What do you think will be a new version ready for testing?
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.
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!