Skip to content

Commit 67722fb

Browse files
authored
Merge pull request #12 from mcmanigle/patch-1
Fix neopxl8 docstring re num_strands
2 parents a51dae9 + f5954ae commit 67722fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_neopxl8.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ class NeoPxl8(adafruit_pixelbuf.PixelBuf):
6969
7070
:param ~microcontroller.Pin data0: The first of 8 data registers, in GPIO order
7171
:param int n: The total number of neopixels. Must be a multiple of the number of strands.
72-
:param int num_strands: The number of neopixels in each strand.
72+
:param int num_strands: The number of strands of neopixels.
7373
:param int bpp: Bytes per pixel. 3 for RGB and 4 for RGBW pixels.
7474
:param float brightness: Brightness of the pixels between 0.0 and 1.0 where 1.0 is full
7575
brightness

0 commit comments

Comments
 (0)