From b9942d2dc6475db67a3829a55f2079e638637df0 Mon Sep 17 00:00:00 2001 From: Jay Wiggins Date: Mon, 4 Jan 2021 15:34:21 -0700 Subject: [PATCH] pixel_order missing from constructor param list looks like `pixel_order` is missing from the parameter list- I assume this is the correct change.... --- neopixel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neopixel.py b/neopixel.py index 3a36826..a2090f3 100644 --- a/neopixel.py +++ b/neopixel.py @@ -70,7 +70,7 @@ class NeoPixel(_pixelbuf.PixelBuf): brightness :param bool auto_write: True if the neopixels should immediately change when set. If False, `show` must be called explicitly. - :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. Example for Circuit Playground Express: