thyttan
a736c662bc
setuichange: Bangle.js 1 support
...
In step with 12dacead0d
on PR https://github.com/espruino/Espruino/pull/2571
This is currently untested since I don't have a Bangle.js 1 myself.
2024-11-02 01:36:50 +01:00
thyttan
c757b85760
setuichange: throw if custom drag on some modes
...
If custom drag handler is added together with mode updown or leftright
throw an exception.
2024-09-10 16:13:16 +02:00
thyttan
507db39c70
setuicange: README add link to forum thread
2024-07-06 17:04:48 +02:00
thyttan
ff937c2b53
setuichange:fix push to undefined btnWatches array
2024-07-04 18:00:43 +02:00
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
89e8c9c4a7
setuichange: tweak the readme
2024-07-03 22:37:59 +02:00
thyttan
e75b7c1541
setuichange: add description to metadata
2024-07-03 22:37:59 +02:00
thyttan
d714f6b3ab
setuichange: fix metadata
2024-07-03 00:31:34 +02:00
thyttan
026d547ba6
setuichange: fix metadata
2024-07-03 00:13:10 +02:00
thyttan
748a2053ca
setuichange: misc. files
2024-07-02 23:57:15 +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