forked from FOSS/BangleApps
commit
8bde346597
|
@ -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 });
|
||||
setWatch(toggleBuzzing, BTN5, { repeat: true });
|
||||
|
|
Loading…
Reference in New Issue