How hard would it be to make the only the selected item bigger?
Interesting idea. Right now we only redraw the menu items that have changed (unless we scroll) so it could be more problematic. Maybe not impossible 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.
Yes - an example of doing that is here: http://forum.espruino.com/conversations/367303/#comment16156797
For the Bangle.js 2 you'll need to base it off the code for that: https://github.com/espruino/Espruino/blob/master/libs/js/banglejs/E_showMenu_Q3.js
Interesting idea. Right now we only redraw the menu items that have changed (unless we scroll) so it could be more problematic. Maybe not impossible though...