Initial commit of ESP component

This commit is contained in:
Eric
2025-09-08 20:47:04 -07:00
parent 5c4847c0d6
commit 165c2c07c7
7 changed files with 1371 additions and 0 deletions

6
CMakeLists.txt Executable file
View File

@@ -0,0 +1,6 @@
idf_component_register(
SRCS "map_tiles.cpp"
INCLUDE_DIRS "include"
REQUIRES lvgl esp_system
PRIV_REQUIRES vfs fatfs
)