diff --git a/apps/morse/morse-code.js b/apps/morse/morse-code.js index 227aeed81..7fd22d32d 100644 --- a/apps/morse/morse-code.js +++ b/apps/morse/morse-code.js @@ -4,7 +4,7 @@ /** * Constants */ -const FONT_NAME = 'Vector12'; +const FONT_NAME = 'Vector'; const FONT_SIZE = 80; const SCREEN_PIXELS = 240; const UNIT = 100; @@ -144,4 +144,4 @@ setWatch(step(true), BTN1, { repeat: true }); setWatch(step(false), BTN3, { repeat: true }); // Toggle buzzing/beeping with the touchscreen setWatch(toggleBuzzing, BTN4, { repeat: true }); -setWatch(toggleBuzzing, BTN5, { repeat: true }); \ No newline at end of file +setWatch(toggleBuzzing, BTN5, { repeat: true });