5 lines
103 B
CMake
5 lines
103 B
CMake
idf_component_register(
|
|
SRCS "ssd1366.cpp" "main.cpp"
|
|
INCLUDE_DIRS "."
|
|
REQUIRES ttn-esp32)
|