Hi! That's a really good question. Right now there isn't a way with the built in implementation (eventually I'll add an API for choosing font, and at that point showMenu/others can use that).
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! That's a really good question. Right now there isn't a way with the built in implementation (eventually I'll add an API for choosing font, and at that point showMenu/others can use that).
However you can just alter the implementation and overwrite the Bangle's default one. There's a tutorial on how to do it at https://www.espruino.com/Bangle.js+Modification
and the original code for showPrompt is:
https://github.com/espruino/Espruino/blob/master/libs/js/banglejs/E_showPrompt_Q3.js#L8
You basically just need to change the 2 times setFont is used to use
Intl
instead