add: RenderTarget

This commit is contained in:
Simon Hardt
2022-03-03 19:43:37 +01:00
parent 02562095d8
commit 420d4c9dc1
7 changed files with 161 additions and 21 deletions

View File

@@ -8,6 +8,9 @@ set(src
src/display/IDisplay.hpp
src/display/EPD_7in5_V2.hpp
src/display/EPD_7in5_V2.cpp
src/render/RenderTarget.hpp
src/render/RenderTarget.cpp
)
add_executable(${target} ${src})