Fix neopxl8 docstring re num_strands

This commit is contained in:
John McManigle 2024-11-07 11:53:18 -05:00 committed by GitHub
parent a51dae9d6f
commit f5954ae97b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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