Skip to content

Commit af8ae5e

Browse files
committed
Fix line too long
1 parent a046172 commit af8ae5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

neopixel.py

Lines changed: 2 additions & 1 deletion
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. The default is GRB if bpp is set to 3, otherwise GRBW is used as the 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)