Skip to content

Commit 133574c

Browse files
committed
This is cleaner
1 parent e182c4c commit 133574c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

advanced_dotstar.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
# PixelOrder is unused but I want people to be able to import it from here
2-
from adafruit_dotstar import DotStar, START_HEADER_SIZE, PixelOrder
1+
from adafruit_dotstar import DotStar, START_HEADER_SIZE
2+
# These are unused is unused but I want people to be able to import it from here
3+
from adafruit_dotstar import RGB, RBG, GRB, GBR, BRG, BGR
4+
35
from math import ceil
46
"""
57
This is different than the standard Adafruit Dotstar library because it

0 commit comments

Comments
 (0)