fixed Font-Name in Morse App

fixed Font-Name in Morse App
master
Benjamin-6848 2022-01-29 00:11:30 +01:00 committed by GitHub
parent 2c9e164a06
commit 1babca18ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
/** /**
* Constants * Constants
*/ */
const FONT_NAME = 'Vector12'; const FONT_NAME = 'Vector';
const FONT_SIZE = 80; const FONT_SIZE = 80;
const SCREEN_PIXELS = 240; const SCREEN_PIXELS = 240;
const UNIT = 100; const UNIT = 100;
@ -144,4 +144,4 @@ setWatch(step(true), BTN1, { repeat: true });
setWatch(step(false), BTN3, { repeat: true }); setWatch(step(false), BTN3, { repeat: true });
// Toggle buzzing/beeping with the touchscreen // Toggle buzzing/beeping with the touchscreen
setWatch(toggleBuzzing, BTN4, { repeat: true }); setWatch(toggleBuzzing, BTN4, { repeat: true });
setWatch(toggleBuzzing, BTN5, { repeat: true }); setWatch(toggleBuzzing, BTN5, { repeat: true });