esp-ena/components/display-st7789/CMakeLists.txt

9 lines
152 B
CMake
Raw Normal View History

idf_component_register(
SRCS
"st7789.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
"display"
"spi_flash"
"pmu-axp192"
)