6 lines
122 B
CMake

idf_component_register(
SRCS "display.c" "display_driver.c"
INCLUDE_DIRS "."
REQUIRES driver fatal esp_timer time
)