Skip to content

Commit

Permalink
Merge pull request #12 from mcmanigle/patch-1
Browse files Browse the repository at this point in the history
Fix neopxl8 docstring re num_strands
  • Loading branch information
jepler authored Nov 8, 2024
2 parents a51dae9 + f5954ae commit 67722fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_neopxl8.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class NeoPxl8(adafruit_pixelbuf.PixelBuf):
:param ~microcontroller.Pin data0: The first of 8 data registers, in GPIO order
:param int n: The total number of neopixels. Must be a multiple of the number of strands.
:param int num_strands: The number of neopixels in each strand.
:param int num_strands: The number of strands of neopixels.
:param int bpp: Bytes per pixel. 3 for RGB and 4 for RGBW pixels.
:param float brightness: Brightness of the pixels between 0.0 and 1.0 where 1.0 is full
brightness
Expand Down

0 comments on commit 67722fb

Please sign in to comment.