Skip to content

Commit 23574db

Browse files
authored
Merge pull request #168 from mattcocca/pixel_order_docs_update
Update pixel_order default description
2 parents 21dadd9 + af8ae5e commit 23574db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neopixel.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ class NeoPixel(adafruit_pixelbuf.PixelBuf):
5454
brightness
5555
:param bool auto_write: True if the neopixels should immediately change when set. If False,
5656
`show` must be called explicitly.
57-
:param str pixel_order: Set the pixel color channel order. GRBW is set by default.
57+
: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.
5859
5960
Example for Circuit Playground Express:
6061

0 commit comments

Comments
 (0)