Skip to content

Commit 9fbfb6a

Browse files
authored
Merge pull request #1697 from lesamouraipourpre/neopixel-strip-control
PyGamer Neopixel Strip Control: Update for CP7
2 parents 100d7c0 + b47c7ac commit 9fbfb6a

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)