klips/esp/cpp/components/lcd/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

6 lines
126 B
CMake

idf_component_register(
SRCS lcd.c panel_device.cpp
include/lcd.h include/panel_device.h
INCLUDE_DIRS "include"
)