Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
clarify default cell_anchor_point
  • Loading branch information
FoamyGuy committed Nov 28, 2021
commit 9182e129c25af50b912896912f7fb19d45a581f9
3 changes: 2 additions & 1 deletion adafruit_displayio_layout/layouts/grid_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ class GridLayout(displayio.Group):
lines before. Column indexes are 0 based.
:param divider_line_color: The color of the divider lines (in hexadecimal)
:param tuple cell_anchor_point: Anchor point used within every cell. Needs to
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)
which will anchor content to the top left of the cell.

"""

Expand Down