Skip to content

Commit f2142a2

Browse files
committed
remove max_size usage from switch_round example
1 parent bbf6002 commit f2142a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/displayio_layout_pygame_display_switch_round.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
display = PyGameDisplay(width=320, height=240)
1818

1919
# Make the display context
20-
main_group = displayio.Group(max_size=10)
20+
main_group = displayio.Group()
2121
display.show(main_group)
2222

2323
switch_x = 30

0 commit comments

Comments
 (0)