Closed rglissmann closed 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)
Thank you for your report.
I will reflect that.
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)