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 3871353 commit aba33d2Copy full SHA for aba33d2
docs/neopixel.rst
@@ -80,7 +80,7 @@ Classes
80
.. py:method:: fill(colour)
81
82
**V2** Colour all pixels a given RGB/RGBW value. The `colour` argument
83
- 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
84
(bpp). For example ``fill((0,0,255))``. Use in conjunction with
85
``show()`` to update the Neopixels.
86
0 commit comments