G6EJD / ESP32-e-Paper-Weather-Display

An ESP32 and 2.9", 4.2" or 7.5" ePaper Display reads Weather Underground data via their API and then displays the weather
Other
966 stars 206 forks source link

How to show Accented font #251

Closed sekinooo closed 5 months ago

sekinooo commented 5 months ago

Hi, how can I install or make display to show font with special characteres like "š,č,ť,ž,ý,á,í,é" for CZ language? For now, special characters are deleted from word which should have them....

G6EJD commented 5 months ago

You can choose any language you like with the Ug8 library, the problem is finding one that supports your language. I fond Google Fonts a good source. German has been added, plus French and amore, so should not be difficult.

sekinooo commented 5 months ago

Problem solved 👍 Changed font's name last character from "f" to "e" and everything works like charm. (example u8g2_font_helvB10_tf to u8g2_font_helvB10_te) Maybe you can change that in your source code and it will works for most of the languages. No more opened issues for missing characters 👍