Skip to content

Commit

Permalink
Update pixel order default description
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcocca committed Dec 26, 2024
1 parent 21dadd9 commit a046172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neopixel.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class NeoPixel(adafruit_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 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 to 3, otherwise GRBW is used as the default.

Check failure on line 57 in neopixel.py

View workflow job for this annotation

GitHub Actions / test

Line too long (140/100)
Example for Circuit Playground Express:
Expand Down

0 comments on commit a046172

Please sign in to comment.