We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21dadd9 + af8ae5e commit 23574dbCopy full SHA for 23574db
neopixel.py
@@ -54,7 +54,8 @@ class NeoPixel(adafruit_pixelbuf.PixelBuf):
54
brightness
55
:param bool auto_write: True if the neopixels should immediately change when set. If False,
56
`show` must be called explicitly.
57
- :param str pixel_order: Set the pixel color channel order. GRBW is set by default.
+ :param str pixel_order: Set the pixel color channel order. The default is GRB if bpp is set
58
+ to 3, otherwise GRBW is used as the default.
59
60
Example for Circuit Playground Express:
61
0 commit comments