add: waveshare lib

This commit is contained in:
2022-02-12 21:24:50 +01:00
parent 183e9cf80c
commit afc4244f9d
10 changed files with 931 additions and 4 deletions

View File

@@ -2,4 +2,5 @@
set(target frame)
add_executable(${target} main.cpp)
add_executable(${target} main.cpp)
target_link_libraries(${target} PRIVATE waveshare)