Skip to content

Commit 74cc2f3

Browse files
authored
Merge pull request #1696 from lesamouraipourpre/conference-badge
PyBadge Conference Badge: Update for CP7
2 parents c0b9a2b + dfa1d4f commit 74cc2f3

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)