We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7536a commit 24224ebCopy full SHA for 24224eb
MIDI_Melody_Maker/code.py
@@ -45,7 +45,7 @@
45
display = adafruit_displayio_ssd1306.SSD1306(display_bus, width=WIDTH, height=HEIGHT)
46
47
# create the displayio object
48
-splash = displayio.Group(max_size=40)
+splash = displayio.Group()
49
display.show(splash)
50
51
# text for BPM
0 commit comments