loboris / ESP32_TFT_library

Full featured TFT library for ESP32 with demo application
564 stars 219 forks source link

How can I create my own font files? #50

Closed AsyncAwayt closed 6 years ago

AsyncAwayt commented 6 years ago

Hi,

Thanks for this great library! I have donated some beer money for you so you can keep up the good work.

I have seen other comments about being able to use extended ASCII tables to enable åäö and other special symbols. I guess new font files can be created with the compile_font_file function. Can you provide us with a short description on how to create TFT_Library font files from TTF-files?

AsyncAwayt commented 6 years ago

SOLVED! Found the tool to create font files as well as instructions on how to use it in the tools library: https://github.com/loboris/ESP32_TFT_library/tree/master/tools.