setuichange: set custom handlers on any mode
parent
94c7aa2645
commit
b27d82f40f
|
|
@ -85,6 +85,8 @@
|
|||
setWatch(Bangle.showLauncher, BTN1, {repeat:1,edge:"falling"})
|
||||
];
|
||||
} else if (mode=="custom") {
|
||||
} else
|
||||
throw new Error("Unknown UI mode "+E.toJS(mode));
|
||||
if (options.clock) Bangle.CLOCK=1;
|
||||
if (options.touch)
|
||||
Bangle.touchHandler = options.touch;
|
||||
|
|
@ -105,8 +107,6 @@
|
|||
setWatch(Bangle.showLauncher, BTN1, {repeat:1,edge:"falling"})
|
||||
];
|
||||
}
|
||||
} else
|
||||
throw new Error("Unknown UI mode "+E.toJS(mode));
|
||||
if (options.remove) // handler for removing the UI (intervals/etc)
|
||||
Bangle.uiRemove = options.remove;
|
||||
if (options.redraw) // handler for redrawing the UI
|
||||
|
|
|
|||
Loading…
Reference in New Issue