Skip to content

Commit 49f57d3

Browse files
committed
fix import - adafruit_pypixelbuf
1 parent 0509ac9 commit 49f57d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_dotstar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
try:
3535
import _pixelbuf
3636
except ImportError:
37-
import pypixelbuf as _pixelbuf
37+
import adafruit_pypixelbuf as _pixelbuf
3838

3939
__version__ = "0.0.0-auto.0"
4040
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_DotStar.git"

0 commit comments

Comments
 (0)