fancyled_helpers error with AttributeError: 'module' object has no attribute 'CRGB'
Closed this issue · 1 comments
devoh747 commented
On a CPX running CP 4.1.0 and libs 4.x from 10/4 the example code https://github.com/adafruit/Adafruit_CircuitPython_FancyLED/blob/master/examples/fancyled_cpx_helper_example.py
throws..
Traceback (most recent call last):
File "code.py", line 20, in
File "/home/travis/build/adafruit/Adafruit_CircuitPython_Bundle/libraries/helpers/fancyled/adafruit_fancyled/fastled_helpers.py", line 111, in loadDynamicGradientPalette
AttributeError: 'module' object has no attribute 'CRGB'