Skip to content

Commit ac7bd89

Browse files
authored
Merge pull request #1667 from lesamouraipourpre/project-selector
MagTag Project Selector: Update for CP7
2 parents 96cc0e4 + 82a03c9 commit ac7bd89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MagTag_Project_Selector/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
graphics = Graphics(auto_refresh=False)
4242
display = graphics.display
43-
group = displayio.Group(max_size=14)
43+
group = displayio.Group()
4444

4545
selector = False
4646
if not btnA.value or not btnB.value or not btnC.value or not btnD.value:

0 commit comments

Comments
 (0)