Hi - which Bangle are you trying this on? Bangle.js 2? And with E.showMenu?
I'm afraid that with the Bangle.js 2 menu especially those options probably aren't available (code at https://github.com/espruino/Espruino/blob/master/libs/js/banglejs/E_showMenu_Q3.js) since with the touch scrolling the Bangle.js 2 implementation has moved quite far from the standard graphical_menu library (you should still be able to use graphical_menu if you want to though).
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 - which Bangle are you trying this on? Bangle.js 2? And with
E.showMenu
?I'm afraid that with the Bangle.js 2 menu especially those options probably aren't available (code at https://github.com/espruino/Espruino/blob/master/libs/js/banglejs/E_showMenu_Q3.js) since with the touch scrolling the Bangle.js 2 implementation has moved quite far from the standard
graphical_menu
library (you should still be able to usegraphical_menu
if you want to though).The best source of info for
E.showMenu
is probably just http://www.espruino.com/Reference#l_E_showMenu