Skip to content

Commit dd52df3

Browse files
authored
Merge pull request #1 from funkfinger/pixel_order-missing-from-doc
pixel_order missing from constructor param list
2 parents 59add97 + b9942d2 commit dd52df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neopixel.py

Lines changed: 1 addition & 1 deletion
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)