Safe to say I've got the bug for writing apps for the Bangle2! But I'm not very experienced with javascript, and confused how to turn what I've written into a keyboard.
See here for an example of my multitap/T9 keyboard, using the layout library and the logic from here: https://gist.github.com/sir-indy/12f334440894091fc7e64f7444df54c5
Try it out by loading it onto your watch as filename textinput, then use the Noteify app to try and write something.
It can write text quite happily, but I'm stuck returning it to the app. Something to do with resolve(text), but not sure what a resolve is, or how to get it to work. Can anyone offer any suggestions?
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi all,
Safe to say I've got the bug for writing apps for the Bangle2! But I'm not very experienced with javascript, and confused how to turn what I've written into a keyboard.
See here for an example of my multitap/T9 keyboard, using the layout library and the logic from here:
https://gist.github.com/sir-indy/12f334440894091fc7e64f7444df54c5
Try it out by loading it onto your watch as filename
textinput
, then use the Noteify app to try and write something.It can write text quite happily, but I'm stuck returning it to the app. Something to do with
resolve(text)
, but not sure what a resolve is, or how to get it to work. Can anyone offer any suggestions?