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
959 stars 206 forks source link

Problems with using fonts with polish symbols. #140

Closed jacekpoz closed 3 years ago

jacekpoz commented 3 years ago

I have a problem with using fonts that aren't in the project. I want to get polish symbols, I tried unifont for u8g2, I also converted the polish .ttf fonts on this website. Then I tried fontconvert from Adafruit GFX and it doesn't work either. The project compiled, but the display doesn't show any text. How would I fix that?

G6EJD commented 3 years ago

The fonts need to be in GFX format I suggest you go back to a working font and then try one of the many font editors that can produce GFX fonts but only try one character at a time to begin with. I have that with the ° symbol and it works you will need to use or amend existing character positions below 127 eg change u to ū or whatever

jacekpoz commented 3 years ago

Which editors would you suggest using?

G6EJD commented 3 years ago

https://tchapi.github.io/Adafruit-GFX-Font-Customiser/

jacekpoz commented 3 years ago

I found the issue and managed to fix the problem, thanks a lot for the help.