nopnop2002 / esp-idf-st7789

ST7789 Driver for esp-idf
MIT License
234 stars 56 forks source link

Fontx: not found. #4

Closed hyhkjiy closed 4 years ago

hyhkjiy commented 4 years ago

Like this: image How should I put the font file into SPIFFS Filesystem?

nopnop2002 commented 4 years ago

Thanks for reporting this. It's a bug in Makefile. I was fixed it.

hyhkjiy commented 4 years ago

Thanks for the quick response! I ran make clean and rebuilt it, but I still have the same error as before. Do you need to install dependencies, such as "spiffs_create_partition_image"? Or what options do I need to add when making a flash?

hyhkjiy commented 4 years ago

I solved this problem by upgrading the version of esp-idf.

nopnop2002 commented 4 years ago

Yes.

ESP-IDF is updated frequently.