So just to be clear: this is on a Bangle.js 2 and Gadgetbridge?
As mentioned above, unicode itself (with right->left rendering and so on) would be pretty painful to handle on the Bangle.
However we've got everything in place at the moment to allow Gadgetbridge to render characters/words that don't fit into ISO Latin into a bitmap, and then to just send that bitmap over. The big benefit there is it'll even handle Emoji. There's already some proof of concept code, and getting that sorted with the new Gadgetbridge build is high up my priority list
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.
So just to be clear: this is on a Bangle.js 2 and Gadgetbridge?
As mentioned above, unicode itself (with right->left rendering and so on) would be pretty painful to handle on the Bangle.
However we've got everything in place at the moment to allow Gadgetbridge to render characters/words that don't fit into ISO Latin into a bitmap, and then to just send that bitmap over. The big benefit there is it'll even handle Emoji. There's already some proof of concept code, and getting that sorted with the new Gadgetbridge build is high up my priority list