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 872fb5f commit f31a417Copy full SHA for f31a417
lang/en/typeshed/stdlib/neopixel.pyi
@@ -50,7 +50,7 @@ class NeoPixel:
50
"""
51
...
52
def fill(self, colour: Tuple[int, ...]) -> None:
53
- """Colour all pixels a given RGB/RGBW value.
+ """Colour all pixels a given RGB/RGBW value (micro:bit V2 only).
54
55
Example: ``np.fill((0, 0, 255))``
56
0 commit comments