2021-02-03 14:20:31 +00:00
|
|
|
add_executable(
|
|
|
|
rtc_display
|
|
|
|
demo.cpp
|
|
|
|
)
|
|
|
|
|
|
|
|
# Pull in pico libraries that we need
|
2021-02-08 16:40:02 +00:00
|
|
|
target_link_libraries(rtc_display pico_stdlib pico_explorer pico_display rv3028)
|
2021-02-03 14:20:31 +00:00
|
|
|
|
|
|
|
# create map/bin/hex file etc.
|
|
|
|
pico_add_extra_outputs(rtc_display)
|