esp-idf/examples/peripherals/parlio/parlio_tx/simple_rgb_led_matrix/main/CMakeLists.txt

4 wiersze
208 B
CMake

idf_component_register(SRCS "rgb_led_matrix_example_main.c" "lvgl_demo_ui.c"
PRIV_REQUIRES esp_driver_parlio esp_driver_gpio esp_driver_gptimer
INCLUDE_DIRS ".")