Skip to content

Commit 01b8df6

Browse files
authored
Merge pull request #100 from funkfinger/master
pixel_order is missing from the constructor param list
2 parents 59add97 + dd52df3 commit 01b8df6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neopixel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class NeoPixel(_pixelbuf.PixelBuf):
7070
brightness
7171
:param bool auto_write: True if the neopixels should immediately change when set. If False,
7272
`show` must be called explicitly.
73-
:param str: Set the pixel color channel order. GRBW is set by default.
73+
:param str pixel_order: Set the pixel color channel order. GRBW is set by default.
7474
7575
Example for Circuit Playground Express:
7676

0 commit comments

Comments
 (0)