1
0
Fork 0
Commit Graph

6 Commits (eaa2918bc86be5100dd30f0249d796516592ad13)

Author SHA1 Message Date
thyttan eaa2918bc8 setuichange: don't claer BTN watches
after trying it seemed like it was not necessary.
2024-07-03 22:37:59 +02:00
thyttan fb7bc5d88f setuichange: Overwrite Bangle.setUI at boot time
By prepending `Bangle.setUI =`
2024-07-03 22:37:59 +02:00
thyttan 6774b12aa4 setuichange: tweak setting button handlers
In addition to `btn` adds `btnRelease` to act on `falling` edge.

Clears button handlers that maybe was set as part of one of the standard
modes before adding the custom button handlers.
2024-07-02 23:43:49 +02:00
thyttan 1b32f197f6 setuichange: Change default btn edge to rising
To make the ui feel snappier.

First discussed around here:
https://github.com/espruino/BangleApps/issues/3435#issuecomment-2157804935
2024-07-02 23:00:41 +02:00
thyttan b27d82f40f setuichange: set custom handlers on any mode 2024-07-02 22:47:49 +02:00
thyttan 94c7aa2645 setuichange: copy current firmware implementation
Starting from this iteration of the code:
8f18a3002e/libs/js/banglejs/Bangle_setUI_Q3.js
2024-07-02 22:46:36 +02:00