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

9 lines
155 B
CMake

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