Commit Graph

3577 Commits (193b880ffb8b076c8e7c0d7986e818f2d05bdae0)

Author SHA1 Message Date
adrian w kirk 193b880ffb sweepclock: Added a memory printout to the console so the memory usage can be followed when connected 2021-05-16 20:04:32 +01:00
adrian w kirk a2ba365a07 sweepclock: fixing README page 2021-05-16 14:45:34 +01:00
awkirk71 6c20f9c96a Merge branch 'espruino:master' into master 2021-05-16 14:22:40 +01:00
adrian w kirk 144e8b05e7 Sweepclock: fixed typo in description 2021-05-16 12:14:13 +01:00
adrian w kirk 3730e6a6ba Sweep clock: memory effeciency part 2. Changing out JSON maps for switch statements in Fonts to save another 8% of memory 2021-05-16 12:04:40 +01:00
adrian w kirk 3fe4cd2515 SweepClock - uppped version number 2021-05-15 20:30:57 +01:00
adrian w kirk e10a7527fe Sweep clock - reduce memory footprint 2021-05-15 20:27:33 +01:00
Gordon Williams 2b356a22f5
Merge pull request #741 from rigrig/gbmusic
gbmusic: Setting to disable double/triple press control, remove touch controls setting, reduce fadeout flicker
2021-05-13 15:56:03 +01:00
Gordon Williams b3a3dae04f
Merge pull request #740 from awkirk71/master
Sweep Clock: Adding date to clock face
2021-05-13 15:55:33 +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 da8dc6cd57 gbmusic: reduce fadeout flicker, clean comments 2021-05-13 15:00:03 +02:00
Gordon Williams bf1b2a52eb update core 2021-05-13 08:20:54 +01:00
Gordon Williams 51fe73152d fix 'npm test' version warnings, add README 2021-05-13 08:20:46 +01:00
Gordon Williams 193e24e844
Merge pull request #739 from numerist/master
Dozenal Time
2021-05-13 08:16:43 +01:00
adrian w kirk d6d8747a2e Sweep clock - added documentation for the date button 2021-05-13 00:45:21 +01:00
adrian w kirk 34552e0902 Sweepclock: updated the decription for button 4 date placement 2021-05-12 18:57:47 +01:00
adrian w kirk 1e68caf22d sweep clock. Added date placement with bitton 4 2021-05-12 18:56:15 +01:00
numerist a50816a4a5
Update app.js 2021-05-12 09:06:07 -04:00
numerist a29a202a4a
Update app.js 2021-05-12 08:01:16 -04:00
numerist 08f998b0c8
Update app.js 2021-05-12 07:58:07 -04:00
numerist 7b68fc8ddf
Update app.js 2021-05-12 07:56:15 -04:00
numerist 636fb40fea
Update app.js 2021-05-12 07:53:53 -04:00
numerist c613035f74
Update app.js 2021-05-12 07:49:43 -04:00
numerist 8480daf4fa
Update app.js 2021-05-12 07:48:55 -04:00
numerist f1bf9cc598
Update app.js 2021-05-12 07:44:17 -04:00
numerist f96f52c756
Update app.js 2021-05-12 07:42:39 -04:00
numerist df94ad0b6d
Update app.js 2021-05-12 07:41:23 -04:00
numerist c26456e39a
Update apps.json 2021-05-11 22:10:41 -04:00
numerist c82851c5d0
Update apps.json 2021-05-11 22:05:52 -04:00
numerist e6b203ef1d
Update apps.json 2021-05-11 21:54:53 -04:00
numerist 516f9cc10c
Update apps.json 2021-05-11 21:34:11 -04:00
numerist b022694171
Update apps.json 2021-05-11 21:21:54 -04:00
numerist e80a4dd54d
Update app-icon.js 2021-05-11 21:20:43 -04:00
numerist 6fe2e59128
Add files via upload 2021-05-11 21:18:21 -04:00
numerist d198b5deb2
Update app.js 2021-05-11 19:30:49 -04:00
numerist 48004d81d7
Rename doztime.app.js to app.js 2021-05-11 18:54:31 -04:00
numerist 476efccd7d
Rename doztime-icon.js to app-icon.js 2021-05-11 18:54:12 -04:00
numerist c8d5254d2f
Update apps.json 2021-05-11 18:53:17 -04:00
numerist 703bf6a765
Update apps.json 2021-05-11 17:03:11 -04:00
numerist 7c60245063
Rename app.js to doztime.app.js 2021-05-11 16:48:49 -04:00
numerist 628376eb41
Rename app-icon.js to doztime-icon.js 2021-05-11 16:40:50 -04:00
numerist daa4e1811d
Update apps.json 2021-05-11 16:38:20 -04:00
numerist c9a706589d
Update app-icon.js 2021-05-11 16:23:54 -04:00
numerist e9798ff397
Update apps.json 2021-05-11 16:17:16 -04:00
numerist cf1ee75e8d
Update app.js 2021-05-11 16:10:31 -04:00
numerist 86f5c54983
Update apps.json 2021-05-11 12:15:41 -04:00
numerist 2500242e04
Create app-icon.js 2021-05-11 12:10:01 -04:00
Gordon Williams 7285b9b8fe
Merge pull request #738 from hughbarney/master
Kitchen Combo: added heart rate watch face, trip counter to stepo, reverted to direct screen write for stepo
2021-05-11 11:59:06 +01:00