Files
cinema-display/main/CMakeLists.txt
Peter Siegmund abeb791511 initial commit
it compiles, but didn't show anything on the screen yet

Signed-off-by: Peter Siegmund <developer@mars3142.org>
2024-04-19 16:50:52 +02:00

3 lines
76 B
CMake

idf_component_register(SRCS main.c
REQUIRES esp_lcd lvgl
)