add: image
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
|
||||
set(target frame)
|
||||
|
||||
set(src
|
||||
src/main.cpp
|
||||
src/Image.hpp
|
||||
src/Image.cpp
|
||||
src/display/IDisplay.hpp
|
||||
src/display/EPD_7in5_V2.hpp
|
||||
src/display/EPD_7in5_V2.cpp
|
||||
)
|
||||
|
||||
add_executable(${target} main.cpp)
|
||||
add_executable(${target} ${src})
|
||||
target_link_libraries(${target} PRIVATE waveshare)
|
||||
Reference in New Issue
Block a user