Add special characters. #1509
Replies: 3 comments
-
I can confirm that '*' (ascii hex 0x2a) and '°' (unicode hex 0xc2 0xb0) does not render:
|
Beta Was this translation helpful? Give feedback.
-
This is related to issue #1082 . If you want more, motion should use afont rendering engine like font-rs or freetype. For a quick-fix, if you're up to it, you could include your missing character in the draw.c (begining on line 43) and send a pull request :-) |
Beta Was this translation helpful? Give feedback.
-
Adding a new symbol is just a matter of such a change:
We only need to carefully draw more symbols. This should not break an existing functionality |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Request to add new special characters "°" (degrees) and "*" (asterisk) to the options text_left, text_right to implement gps, temperatures etc to the overlaid text.
Beta Was this translation helpful? Give feedback.
All reactions