64 Commits

Author SHA1 Message Date
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
Gordon Williams
e4904f49d7 Bangle.js: NEEDS NEW APPS - Move away from using first char as file descriptor and use file extensions insteadMove away froBangle.js: NEEDS NEW APPS - Move away from using first char as file descriptor and use file extensions instead 2020-02-28 10:18:55 +00:00
Gordon Williams
31e29a0a06 Espruino WiFi: WiFi module now makes BOOT pin open circuit when sleeping - saves ~2mA 2020-02-25 11:20:35 +00:00
Gordon Williams
7c52cbf949 Bangle.js: Keep widget area free when using showPrompt/Alert/etc (fix #1756) 2020-02-12 11:33:38 +00:00
Gordon Williams
55498b313f Pixl.js: Add E.showPrompt/Alert/Message (fix #1747) 2020-02-10 15:54:48 +00:00
Gordon Williams
6652295b4f Bangle.js/Pixl.js: Updated E.showMenu
Bangle.js: E.showMenu now has some colour, bigger, with next/prev indicators, and works with widgets
2020-02-10 15:14:18 +00:00
Gordon Williams
4df8fef963 fix menu ending 1 line early 2020-02-06 14:25:24 +00:00
Gordon Williams
b3aeb08073 Bangle.js: Add Bangle.showLauncher 2020-01-17 11:02:36 +00:00
Gordon Williams
d8d937c333 Bangle.js: add Bangle.loadWidgets/drawWidgets
Bangle.js: Remove deprecated Bangle.menuBangle.js: add Bangle.loadWidgets/drawWidgets
2020-01-16 16:36:11 +00:00
Gordon Williams
be6fe41ed4 now flip when setting LED - turns display on 2019-12-05 10:38:04 +00:00
Gordon Williams
3bdafd892f Bangle.js: add fake LED/LED1/LED2 as @allObjects suggested 2019-12-04 11:59:12 +00:00
Gordon Williams
a96bf2c659 Added E.showPrompt, E.showAlert for Bangle.js
Also start responding to button pressed on IRQ rather than polling
2019-10-31 15:34:54 +00:00
Gordon Williams
720738944f Add E.showMenu, deprecate Pixl.menu - use a common function to ease porting between devices 2019-10-31 11:23:04 +00:00
Gordon Williams
a1ab52ef61 improve handling of timeouts for RAK8212 GPS 2019-04-04 08:15:49 +01:00
Gordon Williams
a7e92e7066 Updated included JS libraries 2019-03-13 14:44:34 +00:00
Gordon Williams
b6cd61ebf6 remove inbuilt smartibot libs until they mature 2019-02-27 10:16:18 +00:00
Gordon Williams
74ad37a6cf Smartibot inclusion into main source tree 2019-02-26 15:10:27 +00:00
Gordon Williams
571d4472fb Update the included JS libraries 2018-12-11 10:34:11 +00:00
Gordon Williams
124cdc2784 Add setNBCellOn for RAK8211-NB (fix #1581) 2018-12-10 10:52:11 +00:00
Gordon Williams
566d9759d2 reverting AT command \r -> \r\n check as not all devices send \r\n all the time 2018-10-11 16:25:44 +01:00
Gordon Williams
679772650c updated AT 2018-10-03 09:45:56 +01:00
Gordon Williams
4e8b6f71c2 update to newest AT - fix potential hang 2018-10-03 09:37:02 +01:00
Gordon Williams
9db8058f8b revert bad assumption about how ESP8266 handled send 2018-10-02 16:18:21 +01:00
Gordon Williams
adbab2e83b Fix issue when AT lib has to process multiple custom line handers in one packet
Espruino WiFi: Fix unreliable send when receiving lots of data on another socket
            Espruino WiFi: Only rename `EspruinoWiFi` to `WiFi` if not found (allows easier debug)
2018-10-02 11:53:59 +01:00
Gordon Williams
6b2b4a3385 bring Thingy.js comments up to date - eg. delete TODO as it's done 2018-09-25 13:53:30 +01:00
Gordon Williams
67e0fdef48 debug tweaks for BG96 2018-09-25 09:44:21 +01:00
Gordon Williams
ecccc046bd update with latest BG96 implementation 2018-09-25 09:38:51 +01:00
Gordon Williams
cd819648f3 tweak GPS startup as per http://forum.espruino.com/conversations/325552 2018-09-24 10:25:45 +01:00
Gordon Williams
9c668998f6 Pull in new AT module for https://github.com/espruino/Espruino/issues/1512 2018-09-21 14:04:00 +01:00
Gordon Williams
2a0eee7666 switch RAK8212 to BG96 2018-09-05 09:40:16 +01:00
Gordon Williams
000eadf6f8 updated quectel driver to allow roaming connections 2018-08-24 14:49:15 +01:00
Gordon Williams
65983dbaf5 update js 2018-08-13 09:24:37 +01:00
Gordon Williams
36ac94d0a7 Added RAK8212 (and include SMS/GPRS code in RAK8211/2 builds) 2018-08-02 12:23:49 +01:00