load image from file and storage

from storage doesn't work yet, because of memory issues
This commit is contained in:
Peter Siegmund
2025-10-09 22:51:48 +02:00
parent 31845c0596
commit 4b2b8ed0e0
11 changed files with 16535 additions and 71 deletions

View File

@@ -0,0 +1,7 @@
idf_component_register(SRCS
"storage.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
fatfs
lwip
)