96 Commits

Author SHA1 Message Date
Gordon Williams
bca64ccb1e Graphics: add wrapString to wrap messages to the correct length
Bangle.js: update showMessage and showPrompt with correct wrapping
2021-10-07 10:43:29 +01:00
Gordon Williams
042dbffdd5 docs 2021-09-23 12:17:39 +01:00
Gordon Williams
0b7d19a84d RAK5010: switch to 1.8v internal voltage (was 3.3v) to make GSM comms reliable, upgrade BG96 module 2021-09-14 15:20:12 +01:00
Gordon Williams
a4febadd32 set GPS aerial 2021-09-14 12:24:06 +01:00
Gordon Williams
8cd7c88b15 formatting 2021-09-01 14:42:15 +01:00
Gordon Williams
1ecfdf7d0a avoid skipping widget rendering if an area hasn't been defined for a widget 2021-07-08 11:15:30 +01:00
Gordon Williams
5c70d8ce4e More platform independent fake LED code 2021-06-30 16:31:11 +01:00
Gordon Williams
d8fb779c57 Include 6x15 font for Bangle.js 2 and use it for built-in menus 2021-06-30 13:17:19 +01:00
Gordon Williams
d557c8f191 Change default highlight colour in theme, add custom showPrompt (which uses touch) 2021-06-30 11:53:24 +01:00
Gordon Williams
1d7abbe3b4 Rename SMAQ3 board to BANGLEJS2 2021-06-24 16:32:43 +01:00
Gordon Williams
086690659a Bangle.js: setUI now has 'clock' modes 2021-06-24 13:37:30 +01:00
Gordon Williams
49bcdfb46e Remove buzz in Bangle.js setUI (fix https://github.com/espruino/BangleApps/issues/750) 2021-06-08 09:39:54 +01:00
Gordon Williams
b57db4d7a7 Update showMenu with rendering optimisations 2021-05-27 11:38:35 +01:00
Gordon Williams
90eb7b05ff fix multiple touch handler issue 2021-05-27 08:50:39 +01:00
Gordon Williams
109d2d4a1d Improve drawmenu to avoid a complete redraw when just moving up/down or changing a setting 2021-05-26 20:24:14 +01:00
Gordon Williams
633d3e19b8 Update showPrompt to use setUI 2021-05-26 19:37:31 +01:00
Gordon Williams
b9df56023d Add Bangle.setUI and use for showMenu 2021-05-26 17:07:35 +01:00
Gordon Williams
01d689b64e fix typo in new theme code 2021-05-26 16:37:22 +01:00
Gordon Williams
c886fa247b wrap widget draw/load in a try..catch 2021-05-26 16:36:26 +01:00
Gordon Williams
1f3f580c5f Bangle.js: Add support for global colour themes which affect g.clear/g.reset 2021-05-26 11:02:07 +01:00
Gordon Williams
2adbd148d6 Fix E.showMessage memory leak (storing message in global variable - seemed to be minification issue) 2021-02-17 11:42:12 +00:00
Gordon Williams
bc29b7b455 Pull in fixed SHT3C.min.js for RAK5010 2020-11-04 14:53:43 +00:00
Gordon Williams
d802fcd592 Bangle.js: fix require("locale").time(new Date()) for default locale 2020-10-27 08:09:30 +00:00
Gordon Williams
425435b155 Merging in support for the F5 2020-10-19 15:30:21 +01:00
Gordon Williams
f6ca3b7fc4 Merge branch 'master' into SMAQ3 2020-10-19 10:43:57 +01:00
Gordon Williams
96441b5861 Added global Microbit object, with accelOn, play, record, and proper gesture handling 2020-10-07 10:51:24 +01:00
Gordon Williams
753cffe2d1 Merge branch 'master' into SMAQ3 2020-09-03 14:22:04 +01:00
Gordon Williams
000b5ff644 Espruino WiFi: Fix startAP function when open and no password supplied 2020-08-27 08:31:19 +01:00
Gordon Williams
ace3ff50d7 draw widgets at edge of screen for Q3 2020-07-29 09:02:58 +01:00
Gordon Williams
bf5472f796 Fix menu/alert/etc for SMAQ3 2020-07-17 14:41:28 +01:00
Ben Whittaker
ccd06effa1 Make Bangle.showLauncher() use less ram
Avoids having the contents of all files in memory at the same time.
2020-06-13 14:24:20 -04:00
Gordon Williams
32327fca38 RAK5010 now working pretty well 2020-06-10 10:17:57 +01:00
Gordon Williams
56f6ef608f Now have comms to modem 2020-06-09 16:48:31 +01:00
Gordon Williams
35ae61cbca initial RAK5010 - accelerometer/opto working 2020-06-09 16:31:04 +01:00
Gordon Williams
4a54cadefe padding 2020-05-11 11:46:07 +01:00
Gordon Williams
26cb781949 Bangle.js: fix 'speed' units for built-in locale 2020-05-07 08:22:32 +01:00
Gordon Williams
c6d011c7aa Bangle.js: fix 'short' time for built-in locale 2020-05-06 08:45:14 +01:00
Gordon Williams
41028995b2 Pixl.js: Fix E.showMessage 2020-04-29 11:17:48 +01:00
Gordon Williams
b96a7abef8 Bangle.js: fix post-kickstarter issue adding widgets in bottom of screen (#1790) 2020-04-17 08:39:30 +01:00
Gordon Williams
87d8b8cc72 Bangle.js: Now clear entire top/bottom row if there are widgets in it (fix #1790) 2020-03-31 15:58:56 +01:00
Gordon Williams
e9163cc12b Bangle.js: Add 'meridian' to locale library 2020-03-26 08:20:34 +00:00
Gordon Williams
292f7d0dbf Tweaks to prev. commit, ref: https://github.com/espruino/BangleApps/issues/121 2020-03-09 14:46:58 +00:00
Gordon Williams
3182c0f071 Bangle.js: Modify Bangle.drawWidgets to only clear the areas where widgets actually are, not the whole top&bottom bar (ref https://github.com/espruino/BangleApps/issues/121) 2020-03-09 14:42:52 +00:00
Gordon Williams
f531aa729e Bangle.js: Modify E.showMessage/Prompt/Alert to clear the entire screen and redraw widgets (fix #1771) 2020-03-06 11:17:04 +00:00
Gordon Williams
9c17b44f6a Changed 6x8 builtin font to a modified Dina_r400-6 supporting non-ASCII characters 2020-03-05 17:08:13 +00:00
Gordon Williams
13e58bd002 Bangle.js: Modify handling of widgets to allow variable width widgets (requires new widget JS) 2020-03-05 13:24:43 +00:00
Gordon Williams
1d2b1666d2 Fix locale.time(date,true) (short version) to not include seconds 2020-03-05 13:16:23 +00:00
Gordon Williams
818fdd6771 Bangle.js: Use 'locale' library to translate E.showMenu/Prompt/Alert/etc
Bangle.js: remove graphical_menu lib and inline specialised version into E.showMenu
2020-03-05 09:56:26 +00:00
Gordon Williams
2ffd1274ec Bangle.js: Added built-in 'locale' module to handle common conversions - this can be overwritten by a Storage File to change language 2020-02-28 16:53:12 +00:00
Gordon Williams
06a6ca5606 Storage.list() can now take a RegEx/string to filter returned results 2020-02-28 10:53:16 +00:00