You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched for similar feature request and found none was relevant.
Pitch us your idea!
Display unsupported font/emoji in bitmap
Description
I got the pinetime mainly for notification purpose and I think a lot of people do as well.
Right now chinese, japanese characters, emoji etc. are displayed as blank in the notifications.
If I have a contact saved in chinese, it will show up like this.
It would be nice if the unsupported fonts/ emojis are converted and displayed as bitmap for the notifications.
The text was updated successfully, but these errors were encountered:
As you have already noticed, InfiniTime only supports basic ASCII characters (a-z, 0-9) not only for notifications, but also for other apps and the whole firmware. We did this choice to reduce the memory usage of the fonts.
There are already multiple posts requesting the support for other languages, alphabets and emojis (ex: #212, #363). This feature is quite challenging because of the constrained memory space of the PineTime and the low speed of the SPI bus (LCD and external memory are connected to this bus).
In the meantime, I think Gadgetbridge supports a 'transliteration' functionality that replace unsupported characters by other so that InfiniTime can display those characters.
Verification
Pitch us your idea!
Display unsupported font/emoji in bitmap
Description
I got the pinetime mainly for notification purpose and I think a lot of people do as well.

Right now chinese, japanese characters, emoji etc. are displayed as blank in the notifications.
If I have a contact saved in chinese, it will show up like this.
It would be nice if the unsupported fonts/ emojis are converted and displayed as bitmap for the notifications.
The text was updated successfully, but these errors were encountered: