nopnop2002 / esp-idf-st7789

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

fontx.c needs to be added to CMakeLists in order to compile #9

Closed rglissmann closed 4 years ago

rglissmann commented 4 years ago

Hi. Thanks for your effort creating this library. I had to add fontx.c to compile without errors. The create partition line will load the STIFFs.

set(COMPONENT_SRCS "st7789.c" "main.c" fontx.c) set(COMPONENT_ADD_INCLUDEDIRS ".")

register_component() spiffs_create_partition_image(storage ../font FLASH_IN_PROJECT)

nopnop2002 commented 4 years ago

Thank you for your report.

I will reflect that.