klips/esp/cpp/components/ssd1306/CMakeLists.txt
Shaun Reed 2f385e9ed3 Move display into a separate component WIP.
Compiles, but does not work correctly yet.
2025-11-02 12:05:04 -05:00

5 lines
74 B
CMake

idf_component_register(
SRCS "ssd1306.c"
INCLUDE_DIRS "include"
)