Files
tide-display/ePaper-ESP-IDF/components/mapView/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

5 lines
157 B
CMake

idf_component_register(SRCS "mapView.cpp"
INCLUDE_DIRS "include"
PRIV_REQUIRES
lilygo-epd47)