Skip to content

Commit

Permalink
NeoPixel fill is not on V1 (#94)
Browse files Browse the repository at this point in the history
Closes #92
  • Loading branch information
microbit-matt-hillsdon authored Nov 2, 2023
1 parent 872fb5f commit f31a417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/en/typeshed/stdlib/neopixel.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class NeoPixel:
"""
...
def fill(self, colour: Tuple[int, ...]) -> None:
"""Colour all pixels a given RGB/RGBW value.
"""Colour all pixels a given RGB/RGBW value (micro:bit V2 only).
Example: ``np.fill((0, 0, 255))``
Expand Down

0 comments on commit f31a417

Please sign in to comment.