Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
docs: Fix typo in NeoPixel module.
Co-authored-by: Mark <[email protected]>
  • Loading branch information
microbit-carlos and microbit-mark authored Apr 21, 2022
commit d7b7275a972da01e6eeff9aba999391ad3204ad2
2 changes: 1 addition & 1 deletion docs/neopixel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Classes
NeoPixel(pin, n, bpp=3)

Initialise a new strip of ``n`` number of neopixel LEDs controlled via pin
``pin``. To support RGBW neopixels, so a third argument can be passed to
``pin``. To support RGBW neopixels, a third argument can be passed to
``NeoPixel`` to indicate the number of bytes per pixel (``bpp``).
For RGBW, this is is ``4`` rather than the default of ``3`` for
RGB and GRB.
Expand Down