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 80a5662 commit 339d324Copy full SHA for 339d324
adafruit_matrixportal/matrixportal.py
@@ -63,7 +63,7 @@ class MatrixPortal(PortalBase):
63
:param debug: Turn on debug print outs. Defaults to False.
64
:param int width: The total width of the display(s) in Pixels. Defaults to 64.
65
:param int height: The total height of the display(s) in Pixels. Defaults to 32.
66
- :param bool derpentine: Used when panels are arranged in a serpentine pattern rather
+ :param bool serpentine: Used when panels are arranged in a serpentine pattern rather
67
than a Z-pattern. Defaults to True.
68
:param int tile_rows: Used to indicate the number of rows the panels are arranged in.
69
Defaults to 1.
0 commit comments