Is it possible to change the brightness on the fly for Adafruit_CircuitPython_NeoPixel ?
It seems to be possible in a C library but no in python.
Thanks, mcb
Is it possible to change the brightness on the fly for Adafruit_CircuitPython_NeoPixel ?
It seems to be possible in a C library but no in python.
Thanks, mcb
You have to deinit() the pixel object and reinitialize it with the new brightness.