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.
1 parent cb4d858 commit e52cf58Copy full SHA for e52cf58
adafruit_pixelbuf.py
@@ -25,7 +25,7 @@ class PixelBuf: # pylint: disable=too-many-instance-attributes
25
"""
26
A sequence of RGB/RGBW pixels.
27
28
- This is the pure python implementation of CircuitPython's _pixelbuf.
+ This is the pure python implementation of CircuitPython's adafruit_pixelbuf.
29
30
:param ~int n: Number of pixels
31
:param ~str byteorder: Byte order string constant (also sets bpp)
0 commit comments