We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf6002 commit f2142a2Copy full SHA for f2142a2
examples/displayio_layout_pygame_display_switch_round.py
@@ -17,7 +17,7 @@
17
display = PyGameDisplay(width=320, height=240)
18
19
# Make the display context
20
-main_group = displayio.Group(max_size=10)
+main_group = displayio.Group()
21
display.show(main_group)
22
23
switch_x = 30
0 commit comments