Skip to content

Commit 85d6977

Browse files
authored
Merge pull request #1690 from lesamouraipourpre/midi-melody-maker
MIDI Melody Maker: Update for CP7 Guide edited
2 parents 5c6cf1e + 24224eb commit 85d6977

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)