diff --git a/PyGamer_NeoPixel_Strip_Control/code.py b/PyGamer_NeoPixel_Strip_Control/code.py index bc173df00..fd3c7e138 100755 --- a/PyGamer_NeoPixel_Strip_Control/code.py +++ b/PyGamer_NeoPixel_Strip_Control/code.py @@ -21,7 +21,7 @@ display = board.DISPLAY # Create the display context -splash = displayio.Group(max_size=15) +splash = displayio.Group() # Button colors RED = (255, 0, 0)