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

Signed-off-by: Peter Siegmund <developer@mars3142.org>
2025-11-15 16:47:19 +01:00

3 lines
76 B
CMake

idf_component_register(SRCS main.c
REQUIRES esp_lcd lvgl
)