but there is another one as well, it fires at 1.5-2 sec in, and it issues an E.reboot() and the screen displays "loading".
Yes, that one should be adjustable with a firmware tweak.
I was looking at swipe event, it only has left/right.
You can see how stuff is handled in touchHandlerInternal: https://github.com/espruino/Espruino/blob/master/libs/banglejs/jswrap_bangle.c#L1475
I believe everything is forwarded as events
@Gordon started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Yes, that one should be adjustable with a firmware tweak.
You can see how stuff is handled in touchHandlerInternal: https://github.com/espruino/Espruino/blob/master/libs/banglejs/jswrap_bangle.c#L1475
I believe everything is forwarded as events