Skip to content

Commit ccc7093

Browse files
committed
add docs for brightness
1 parent 60b545a commit ccc7093

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

neopixel.py

+5
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@ class NeoPixel(_pixelbuf.PixelBuf):
105105
.. py:method:: NeoPixel.fill(color)
106106
107107
Colors all pixels the given ***color***.
108+
109+
.. py:attribute:: brightness
110+
111+
Overall brightness of the pixel (0 to 1.0)
112+
108113
"""
109114
bpp = None
110115
n = 0

0 commit comments

Comments
 (0)