Skip to content

Commit dfa1d4f

Browse files
Remove max_size usage with displayio.Group
1 parent bd7536a commit dfa1d4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PyBadge_Conference_Badge/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
digitalio.DigitalInOut(board.BUTTON_LATCH))
5151

5252
# Make the Display Background
53-
splash = displayio.Group(max_size=20)
53+
splash = displayio.Group()
5454
board.DISPLAY.show(splash)
5555

5656
color_bitmap = displayio.Bitmap(160, 128, 1)

0 commit comments

Comments
 (0)