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 f53b4b2 commit d0e83e1Copy full SHA for d0e83e1
adafruit_displayio_layout/layouts/grid_layout.py
@@ -44,10 +44,12 @@ class GridLayout(displayio.Group):
44
lines above. Row indexes are 0 based.
45
:param Union[tuple, list] v_divider_line_cols: Column indexes to draw divider
46
lines before. Column indexes are 0 based.
47
+ :param divider_line_color: The color of the divider lines (in hexadecimal)
48
49
"""
50
51
# pylint: disable=too-many-arguments
52
+ # pylint: disable=too-many-instance-attributes
53
def __init__(
54
self,
55
x,
0 commit comments