starting drawing text

- zlib from components
- framebuffer for faster drawing
- disable currently smartconfig

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-06 21:56:47 +02:00
parent 3094274ad8
commit ca68e9786c
67 changed files with 49140 additions and 15496 deletions

View File

@@ -2,6 +2,8 @@ idf_component_register(SRCS "main.cpp"
INCLUDE_DIRS "."
PRIV_REQUIRES
lilygo-epd47
smartconfig)
smartconfig
mapView
json)
spiffs_create_partition_image(spiffs ../data FLASH_IN_PROJECT)