Skip to content

Commit

Permalink
Merge pull request #100 from funkfinger/master
Browse files Browse the repository at this point in the history
pixel_order is missing from the constructor param list
  • Loading branch information
ladyada authored Jan 7, 2021
2 parents 59add97 + dd52df3 commit 01b8df6
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 01b8df6

Please sign in to comment.