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 bd7536a commit b47c7acCopy full SHA for b47c7ac
PyGamer_NeoPixel_Strip_Control/code.py
@@ -21,7 +21,7 @@
21
display = board.DISPLAY
22
23
# Create the display context
24
-splash = displayio.Group(max_size=15)
+splash = displayio.Group()
25
26
# Button colors
27
RED = (255, 0, 0)
0 commit comments