We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a51dae9 + f5954ae commit 67722fbCopy full SHA for 67722fb
adafruit_neopxl8.py
@@ -69,7 +69,7 @@ class NeoPxl8(adafruit_pixelbuf.PixelBuf):
69
70
:param ~microcontroller.Pin data0: The first of 8 data registers, in GPIO order
71
: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.
+ :param int num_strands: The number of strands of neopixels.
73
:param int bpp: Bytes per pixel. 3 for RGB and 4 for RGBW pixels.
74
:param float brightness: Brightness of the pixels between 0.0 and 1.0 where 1.0 is full
75
brightness
0 commit comments