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 d18f868 commit 0072e63Copy full SHA for 0072e63
adafruit_pixelbuf.py
@@ -52,7 +52,6 @@ def __init__( # pylint: disable=too-many-locals,too-many-arguments
52
header: Optional[bytes] = None,
53
trailer: Optional[bytes] = None,
54
):
55
-
56
bpp, byteorder_tuple, has_white, dotstar_mode = self.parse_byteorder(byteorder)
57
58
self.auto_write = False
0 commit comments