First of all i think your integreation of the neopixel library to control it via web is the best and easiest i've seen so far and i'm looking forward to v2.0 with uasyncioversion of uWeb.
I was searching for a way do dimm brightness especially in rainbow 'mode' and come across your code but realized that brightness level does not apply to every mode. Do you think you are able to bring brightness level to every mode in a future version? So far i tried to change the rainbow code by myself but since i'm not really good at coding i failed. Searching for a library other than the standard neopixel library of micropython is difficult because google is mostly pointing to adafruits circuitpython and the libraries i've found on git which brings brightness control is either for a pyboard but i'm using an ESP8266 or too complicated for me since they don't have proper documentation.
First of all i think your integreation of the
neopixellibrary to control it via web is the best and easiest i've seen so far and i'm looking forward to v2.0 withuasyncioversion ofuWeb.I was searching for a way do dimm brightness especially in rainbow 'mode' and come across your code but realized that brightness level does not apply to every mode. Do you think you are able to bring brightness level to every mode in a future version? So far i tried to change the rainbow code by myself but since i'm not really good at coding i failed. Searching for a library other than the standard
neopixellibrary of micropython is difficult because google is mostly pointing to adafruits circuitpython and the libraries i've found on git which brings brightness control is either for a pyboard but i'm using an ESP8266 or too complicated for me since they don't have proper documentation.