Just bumping this for bangle 2. I have some code using Bangle.on('swipe') to scroll left/right through objects in an array and want to replicate it with up/down. I've tried reading other app code and looking at the documentation but can't quite work it out. Should I use Bangle.on('drag') , Bangle.setUI('updown') or is there something else I've missed?
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.
Just bumping this for bangle 2. I have some code using Bangle.on('swipe') to scroll left/right through objects in an array and want to replicate it with up/down. I've tried reading other app code and looking at the documentation but can't quite work it out. Should I use Bangle.on('drag') , Bangle.setUI('updown') or is there something else I've missed?