Skip to content

Commit 45c2e01

Browse files
authored
Merge pull request #1630 from lesamouraipourpre/touch-deck
Touch Deck: Update for CP7
2 parents fe34cbb + f01682e commit 45c2e01

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CircuitPython_Touch_Deck/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
current_layer = 0
5555

5656
# Make the main_group to hold everything
57-
main_group = displayio.Group(max_size=10)
57+
main_group = displayio.Group()
5858
display.show(main_group)
5959

6060
# loading screen
@@ -93,7 +93,6 @@
9393
height=290,
9494
grid_size=(4, 3),
9595
cell_padding=6,
96-
max_size=20,
9796
)
9897

9998
# list that holds the IconWidget objects for each icon.

0 commit comments

Comments
 (0)