Hi - the issue with font size is the text is rendered on the phone, where is doesn't know what size the Bangle wants it. There is a setting for the text to bitmap font size in Gadgetbridge, and you can change that if you wish (but bigger size = slower and more memory used for each message).
The font colour one is an interesting one too - again Gadgetbridge doesn't know what colour to render of the watch. It's not a big deal for black and white text as the Bangle knows what to render as, but for colour, the colour used is explicit.
Both issues are Gadgetbridge. Font size is something you can adjust and honestly you probably just have to deal with, but the text color one - I think we'll have to just make sure Gadgetbridge splits up test๐ into two parts. test, and ๐
As you have fontext you don't really need 'text to bitmap' - but then you don't get the smileys. So I guess ideally there'd be a middle ground where text isn't converted at all, just emojis
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 - the issue with font size is the text is rendered on the phone, where is doesn't know what size the Bangle wants it. There is a setting for the text to bitmap font size in Gadgetbridge, and you can change that if you wish (but bigger size = slower and more memory used for each message).
The font colour one is an interesting one too - again Gadgetbridge doesn't know what colour to render of the watch. It's not a big deal for black and white text as the Bangle knows what to render as, but for colour, the colour used is explicit.
Both issues are Gadgetbridge. Font size is something you can adjust and honestly you probably just have to deal with, but the text color one - I think we'll have to just make sure Gadgetbridge splits up
test๐
into two parts.test
, and๐
As you have
fontext
you don't really need 'text to bitmap' - but then you don't get the smileys. So I guess ideally there'd be a middle ground where text isn't converted at all, just emojis