thyttan
thyttan
Maybe I can try this out by [overwriting](https://www.espruino.com/Bangle.js+Modification) `setWatch` and/or `setUI` to see how it would behave. If it works I could make it into an app as per the...
I might give overwriting setWatch a try then.
Thanks! I'll check that out :)
Ok - yes my watch feels substantially much more snappy! :)
## Compilation of APP - PROBLEM when running the boot code from https://github.com/espruino/BangleApps/issues/3435#issuecomment-2145555215: - `runplus` - Long-press to exit app will toggle start/stop state (or trigger a prompt menu). -...
Yes, very sound arguments. I'm happy with just using the boot code you posted above for a bit. Not sure if we should do system wide changes either but the...
Yes that sounds like it would be mostly problem free! I guess some app may add additional button watches after a setUI call which may be problematic. Don't have an...
> > I guess some app may add additional button watches after a setUI call which may be problematic. > > True... In a way it'd be good to know...
@gfwilliams > btn : function(n) {}, // optional - ***(mode:custom only)*** handler for 'button' events (n==1 on Bangle.js 2, n==1/2/3 depending on button for Bangle.js 1) ([reference](https://www.espruino.com/ReferenceBANGLEJS2#l_Bangle_setUI)) So in cases...
> I think in that case, doesn't the button end up calling the function with `ud==0`? Sorry, I changed/messed up the code before commenting - I updated the code block...