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 7e75c94 commit 9182e12Copy full SHA for 9182e12
adafruit_displayio_layout/layouts/grid_layout.py
@@ -52,7 +52,8 @@ class GridLayout(displayio.Group):
52
lines before. Column indexes are 0 based.
53
:param divider_line_color: The color of the divider lines (in hexadecimal)
54
:param tuple cell_anchor_point: Anchor point used within every cell. Needs to
55
- be a tuple containing two floats between 0.0 and 1.0
+ be a tuple containing two floats between 0.0 and 1.0. Default is (0.0, 0.0)
56
+ which will anchor content to the top left of the cell.
57
58
"""
59
0 commit comments