Skip to content

Commit 24224eb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIDI_Melody_Maker/code.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=WIDTH, height=HEIGHT)
4646

4747
# create the displayio object
48-
splash = displayio.Group(max_size=40)
48+
splash = displayio.Group()
4949
display.show(splash)
5050

5151
# text for BPM

0 commit comments

Comments
 (0)