Files
cinema-display/firmware/main/CMakeLists.txt
Peter Siegmund 22d306b14c load image from file and storage
from storage doesn't work yet, because of memory issues

Signed-off-by: Peter Siegmund <developer@mars3142.org>
2025-11-15 16:47:21 +01: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)