esp-ena/components/display-ttgo-st7735/CMakeLists.txt

9 lines
132 B
CMake
Raw Normal View History

idf_component_register(
SRCS
"st7735.c"
INCLUDE_DIRS "."
PRIV_REQUIRES
"display"
"spi_flash"
)