mirror of
https://github.com/Lurkars/esp-ena.git
synced 2024-11-01 11:04:39 +01:00
10 lines
154 B
CMake
10 lines
154 B
CMake
|
idf_component_register(
|
||
|
SRCS
|
||
|
"st7735s.c"
|
||
|
INCLUDE_DIRS "."
|
||
|
PRIV_REQUIRES
|
||
|
"display"
|
||
|
"spi_flash"
|
||
|
"pmu-axp192"
|
||
|
)
|