Issues
When I use Turkish letters such as (ş, ü), they appear as empty spaces on the LED matrix display. How can I solve this problem?
only thing you currently can do is edit the font files and replace other ASCI chars.
1 Like
Thanks for your reply. Could you please explain in more detail, or provide an example of how to edit the font file and replace ASCII characters?
pick the font file you want to update, choose a char in that file that you want to replace and code in the new bit pattern, compile and use that replaced char. for example, if you replace the char for “1” with a special character, then using “1” in the name will display that.
