Skip to content

Commit a046172

Browse files
committed
Update pixel order default description
1 parent 21dadd9 commit a046172

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neopixel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ 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 to 3, otherwise GRBW is used as the default.
5858
5959
Example for Circuit Playground Express:
6060

0 commit comments

Comments
 (0)