We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 88ae3be + b1066f6 commit 9b829bdCopy full SHA for 9b829bd
adafruit_fancyled/__init__.py
adafruit_fancyled/fastled_helpers.py
@@ -36,7 +36,7 @@
36
__repo__ = "https://github.com/Adafruit/Adafruit_CircuitPython_FancyLED.git"
37
38
from math import floor
39
-import adafruit_fancyled as fancy
+from adafruit_fancyled import adafruit_fancyled as fancy
40
41
# These are helper functions that provide more FastLED-like calls for
42
# fancyled functions.
0 commit comments