Skip to content

Commit b47c7ac

Browse files
Remove max_size usage with displayio.Group
1 parent bd7536a commit b47c7ac

File tree

1 file changed

+1
-1
lines changed
  • PyGamer_NeoPixel_Strip_Control

1 file changed

+1
-1
lines changed

PyGamer_NeoPixel_Strip_Control/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
display = board.DISPLAY
2222

2323
# Create the display context
24-
splash = displayio.Group(max_size=15)
24+
splash = displayio.Group()
2525

2626
# Button colors
2727
RED = (255, 0, 0)

0 commit comments

Comments
 (0)