Commit 83ad7fab authored by Alyx's avatar Alyx
Browse files

Update player_functions.py

parent c2e7f0e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ def findAMIDIDevice():
# The resetDevice function sends a GM or GS reset sysex command to the synthesizer.
def updateDisplay(message):
    morbital.clearDisplay(display)
    display.write(b"=========SYNTH BOX=========")
    display.write(b"========ROLAND RA30========")
    display.write(b"\n")
    display.write(b"\n")
    display.write(message)