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

10 lines
154 B
CMake
Raw Normal View History

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