Skip to content
Merged
Changes from all commits
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
3 changes: 1 addition & 2 deletions CircuitPython_Touch_Deck/code.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
current_layer = 0

# Make the main_group to hold everything
main_group = displayio.Group(max_size=10)
main_group = displayio.Group()
display.show(main_group)

# loading screen
Expand Down Expand Up @@ -93,7 +93,6 @@
height=290,
grid_size=(4, 3),
cell_padding=6,
max_size=20,
)

# list that holds the IconWidget objects for each icon.
Expand Down