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 429ea45 commit 82a03c9Copy full SHA for 82a03c9
MagTag_Project_Selector/code.py
@@ -40,7 +40,7 @@
40
41
graphics = Graphics(auto_refresh=False)
42
display = graphics.display
43
-group = displayio.Group(max_size=14)
+group = displayio.Group()
44
45
selector = False
46
if not btnA.value or not btnB.value or not btnC.value or not btnD.value:
0 commit comments