Skip to content

Commit 4ec0dd9

Browse files
Remove max_size usage with displayio.Group
1 parent c379582 commit 4ec0dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLUE_I_Ching/clue_iching.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
tile_width = 11,
6262
tile_height = 2)
6363

64-
hexagram = displayio.Group(max_size=1, x=60, y=15, scale=10)
64+
hexagram = displayio.Group(x=60, y=15, scale=10)
6565
hexagram.append(tile_grid)
6666

6767
# Hexagram name label

0 commit comments

Comments
 (0)