split into more components

Signed-off-by: Peter Siegmund <peter@rdkr.com>
This commit is contained in:
Peter Siegmund
2024-06-07 23:00:21 +02:00
parent 3cb1b31a37
commit 53d4bf2c5b
7 changed files with 78 additions and 68 deletions

View File

@@ -0,0 +1,7 @@
idf_component_register(SRCS "splash_screen.c"
INCLUDE_DIRS "include"
PRIV_REQUIRES
lilygo-epd47
connectivity
nvs_flash
mapView)