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

@@ -5,9 +5,10 @@ project(Frame)
set(CMAKE_CXX_STANDARD 17)
if (UNIX)
#if (UNIX)
add_subdirectory(bcm2835)
endif (UNIX)
add_subdirectory(waveshare)
#endif (UNIX)
add_subdirectory(frame)