Mariusz Mścichowski

Results 7 comments of Mariusz Mścichowski

Hi! First use program: https://github.com/loboris/ESP32_TFT_library/tree/master/tools ttf2c_vc2003.exe 100 Zebulon.otf zebi.c and edit as in readme.txt Next you must write file to filesystem and convert .c file to .fon in program using...

You must copy oxygen.c to ESP32_TFT_library\components\spiffs_image\image\fonts folder, then in command line use: make makefs and: make flashfs to write new filesystem data to ESP

No, from this folder you copy files to ESP using flahfs command. Next you must use compile_font_file in your program to read .c file from ESP and make .fon file....

Ok. Paste what debug shows

You are not doing correctly make makefs and make flashfs so you don't have file in ESP.

Hmmm... I don't know why it does't work. Try run standard fonts from flash, example: TFT_setFont(USER_FONT, "/spiffs/fonts/BigFont.fon");

I have another solution. 1. In tft.h around line 130 define your font name example: #define OXYGEN_FONT 11 2. In tft.c around line 1515 add another line: else if (font...