Commit Graph

9 Commits (55bdf8cff73d0e833e7fd2fab3d15c74280db219)

Author SHA1 Message Date
Richard de Boer 32273ed158
gbmusic: remove date+time 2022-02-20 20:44:46 +01:00
Richard de Boer 60cae6bc84
gbmusic: Simplify touch controls 2022-02-19 22:34:14 +01:00
Richard de Boer f5a8b809d1 gbmusic: Bangle.js 2 support, use Layout library 2021-11-20 16:44:26 +01:00
Richard de Boer d642ad5c80 gbmusic: `Simple button` setting to disable double/triple pressing
For music players which handle multiple button presses themselves.
see http://forum.espruino.com/comments/15984222/
2021-05-13 15:48:41 +02:00
Richard de Boer 14c4bfdb8b gbmusic: Remove touch controls setting
Firmware 2v10 will disable touch/swipe while the LCD is off anyway, so
just enable them always. (but keeps the check that the LCD is on until
the whole world has upgraded their firmware)
2021-05-13 15:21:24 +02:00
Richard de Boer 195f5928f6 gbmusic: Simplify touch controls setting
Firmware 2v10 will disable touch/swipe while the LCD is off anyway.
(Next commit will just remove this setting altogether, but just in case)
2021-05-13 15:16:45 +02:00
Richard de Boer 366f7899ba gbmusic: setting to disable touch controls 2021-04-29 22:17:21 +02:00
Richard de Boer 66c5284d23 gbmusic: improve controls
Using BTN3-rising for `volumedown` meant that everytime you hold BTN3 to
reload the watch it first messes with your volume. So now we listen for
falling edge only.
Also add double/triple pressing BTN2 for next/previous.
And fix a bug with the scroller interval.
2021-04-10 18:32:20 +02:00
Richard de Boer a4465cb532 new app: gbmusic: Gadgetbridge Music Controls 2021-03-14 22:28:44 +01:00