We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e182c4c commit 133574cCopy full SHA for 133574c
advanced_dotstar.py
@@ -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
+from adafruit_dotstar import DotStar, START_HEADER_SIZE
+# 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
+
5
from math import ceil
6
"""
7
This is different than the standard Adafruit Dotstar library because it
0 commit comments