We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414c13e commit fb7c8b4Copy full SHA for fb7c8b4
docs/neopixel.rst
@@ -81,7 +81,7 @@ Classes
81
.. py:method:: fill(colour)
82
83
**V2** Colour all pixels a given RGB/RGBW value. The `colour` argument
84
- should be a tuple of the same length as the mumber of bytes per pixel
+ should be a tuple of the same length as the number of bytes per pixel
85
(bpp). For example ``fill((0,0,255))``. Use in conjunction with
86
``show()`` to update the Neopixels.
87
0 commit comments