mirror of
https://github.com/badgeteam/mch2022-template-app.git
synced 2024-11-29 20:41:05 +00:00
11 lines
329 B
CMake
11 lines
329 B
CMake
|
idf_component_register(
|
||
|
SRCS "driver_framebuffer.cpp"
|
||
|
"driver_framebuffer_dirty.cpp"
|
||
|
"driver_framebuffer_drawing.cpp"
|
||
|
"driver_framebuffer_orientation.cpp"
|
||
|
"driver_framebuffer_text.cpp"
|
||
|
"driver_framebuffer_window.cpp"
|
||
|
"fonts/font_ocra_22pt7b.c"
|
||
|
INCLUDE_DIRS include
|
||
|
)
|