Skip to content

Fix issue #11 #13

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed

Fix issue #11 #13

wants to merge 4 commits into from

Conversation

theacodes
Copy link
Collaborator

Supersedes #12

devoh747 and others added 4 commits October 7, 2019 19:39
Import of fancy_led was causing
Traceback (most recent call last):
  File "code.py", line 21, in <module>
  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'
import adafruit_fancyled as fancy

was causing a 
Traceback (most recent call last):
  File "code.py", line 21, in <module>
  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'
@theacodes
Copy link
Collaborator Author

This is entirely @devoh747's work - I'm just helping with some git weirdness.

@theacodes
Copy link
Collaborator Author

closing, @devoh747 got #12 sorted out. :)

@theacodes theacodes closed this Oct 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant