diff --git a/MagTag_Project_Selector/code.py b/MagTag_Project_Selector/code.py index f73473185..3dd29a6d4 100644 --- a/MagTag_Project_Selector/code.py +++ b/MagTag_Project_Selector/code.py @@ -40,7 +40,7 @@ graphics = Graphics(auto_refresh=False) display = graphics.display -group = displayio.Group(max_size=14) +group = displayio.Group() selector = False if not btnA.value or not btnB.value or not btnC.value or not btnD.value: