We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0b9a2b + dfa1d4f commit 74cc2f3Copy full SHA for 74cc2f3
1 file changed
PyBadge_Conference_Badge/code.py
@@ -50,7 +50,7 @@
50
digitalio.DigitalInOut(board.BUTTON_LATCH))
51
52
# Make the Display Background
53
-splash = displayio.Group(max_size=20)
+splash = displayio.Group()
54
board.DISPLAY.show(splash)
55
56
color_bitmap = displayio.Bitmap(160, 128, 1)
0 commit comments