5 lines
155 B
CMake
5 lines
155 B
CMake
|
add_library(st7789 st7789.cpp)
|
||
|
|
||
|
# Pull in pico libraries that we need
|
||
|
target_link_libraries(st7789 pico_stdlib hardware_spi hardware_pwm hardware_dma)
|