@Gordon - this clock has a custom ontouch handler to handle left right top bottom touches.
I think there is a case for an updownleftright UI style.
Bangle.setUI("updownleftright", btn=> {
For clocks where the author wants to click, left, right, top and bottom corners.
I think this would avoid each author making their own handlers for onTouch etc, which could clash with other apps (eg jestures etc).
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.
@Gordon - this clock has a custom ontouch handler to handle left right top bottom touches.
I think there is a case for an updownleftright UI style.
For clocks where the author wants to click, left, right, top and bottom corners.
I think this would avoid each author making their own handlers for onTouch etc, which could clash with other apps (eg jestures etc).