-
• #2
You can override the
E.showMenu
to change the appearance of all menus using that.
There are some apps already existing likemenuwheel
ortouchmenu
. Maybe one of those is close enough or you can use them as a template for creating your own. -
• #3
Great, thanks for the suggestions.
-
• #4
Also see here: https://www.espruino.com/Bangle.js+Modification
-
• #5
Awesome, thanks.
I have a menu in my app:
The buttons are so narrow compared to my fingertip and it is hard to even tell if I'm pressing the right buttons even if I'm very carefully and slowly pressing them.
Is there any way to widen buttons? Whether making the font taller or just padding above and below the text on each button?
I saw something about fontHeight in the graphical_menu library, but that doesn't seem to do anything here.