We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 59add97 + dd52df3 commit 01b8df6Copy full SHA for 01b8df6
neopixel.py
@@ -70,7 +70,7 @@ class NeoPixel(_pixelbuf.PixelBuf):
70
brightness
71
:param bool auto_write: True if the neopixels should immediately change when set. If False,
72
`show` must be called explicitly.
73
- :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.
74
75
Example for Circuit Playground Express:
76
0 commit comments