Remove max_size usage with displayio.Group

This commit is contained in:
James Carr 2021-08-02 18:31:53 +01:00
parent bd7536a1f4
commit 450f043651

View file

@ -43,7 +43,7 @@ JUMP_2 = 6
# creates display
display = board.DISPLAY
# scale=2 allows the sprites to be bigger
group = displayio.Group(max_size=30, scale=2)
group = displayio.Group(scale=2)
# Blinka sprite setup
blinka, blinka_pal = adafruit_imageload.load("/spritesNew.bmp",