Files
cinema-display/firmware/main/CMakeLists.txt
Peter Siegmund 4b2b8ed0e0 load image from file and storage
from storage doesn't work yet, because of memory issues
2025-10-09 22:51:48 +02:00

12 lines
387 B
CMake

idf_component_register(SRCS
"lgfx.cpp"
"main.cpp"
PRIV_REQUIRES
fatfs
storage
esp_wifi
wpa_supplicant
INCLUDE_DIRS ".")
fatfs_create_spiflash_image(storage ../storage FLASH_IN_PROJECT PRESERVE_TIME)