Files
tide-display/ePaper-ESP-IDF/main/CMakeLists.txt
Peter Siegmund ca68e9786c starting drawing text
- zlib from components
- framebuffer for faster drawing
- disable currently smartconfig

Signed-off-by: Peter Siegmund <peter@rdkr.com>
2024-06-06 21:56:47 +02:00

10 lines
309 B
CMake

idf_component_register(SRCS "main.cpp"
INCLUDE_DIRS "."
PRIV_REQUIRES
lilygo-epd47
smartconfig
mapView
json)
spiffs_create_partition_image(spiffs ../data FLASH_IN_PROJECT)