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 6802359 commit 15f9eadCopy full SHA for 15f9ead
4x4_MIDI_Messager/code.py
@@ -53,7 +53,7 @@
53
font = bitmap_font.load_font('/OCRA_small.pcf')
54
# main label/MIDI message name text; centered
55
main_area = label.Label(
56
- font, text="4x4 MIDI Messager", color=0xFFFFFF)
+ font, text="4x4 MIDI Messenger", color=0xFFFFFF)
57
main_area.anchor_point = (0.5, 0.0)
58
main_area.anchored_position = (display.width / 2, 0)
59
# MIDI message number text
0 commit comments