Remove max_size usage with displayio.Group

This commit is contained in:
James Carr 2021-07-29 11:39:09 +01:00
parent 429ea4548b
commit 82a03c9868

View file

@ -40,7 +40,7 @@ btnD.pull = Pull.UP
graphics = Graphics(auto_refresh=False) graphics = Graphics(auto_refresh=False)
display = graphics.display display = graphics.display
group = displayio.Group(max_size=14) group = displayio.Group()
selector = False selector = False
if not btnA.value or not btnB.value or not btnC.value or not btnD.value: if not btnA.value or not btnB.value or not btnC.value or not btnD.value: