- zlib from components - framebuffer for faster drawing - disable currently smartconfig Signed-off-by: Peter Siegmund <peter@rdkr.com>
10 lines
309 B
CMake
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)
|