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.
2 parents 96cc0e4 + 82a03c9 commit ac7bd89Copy full SHA for ac7bd89
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