Skip to content

Commit

Permalink
Merge pull request #1 from funkfinger/pixel_order-missing-from-doc
Browse files Browse the repository at this point in the history
pixel_order missing from constructor param list
  • Loading branch information
funkfinger authored Jan 4, 2021
2 parents 59add97 + b9942d2 commit dd52df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neopixel.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class NeoPixel(_pixelbuf.PixelBuf):
brightness
:param bool auto_write: True if the neopixels should immediately change when set. If False,
`show` must be called explicitly.
:param str: Set the pixel color channel order. GRBW is set by default.
:param str pixel_order: Set the pixel color channel order. GRBW is set by default.
Example for Circuit Playground Express:
Expand Down

0 comments on commit dd52df3

Please sign in to comment.