diff --git a/examples/inky_frame/inky_frame7_test.cmake b/examples/inky_frame/inky_frame7_test.cmake index 9ea9f9d9..766f32d0 100644 --- a/examples/inky_frame/inky_frame7_test.cmake +++ b/examples/inky_frame/inky_frame7_test.cmake @@ -6,7 +6,7 @@ add_executable( ) # Pull in pico libraries that we need -target_link_libraries(${OUTPUT_NAME} pico_stdlib psram_display inky73 inky_frame hardware_pwm hardware_spi hardware_i2c hardware_rtc fatfs sdcard pico_graphics) +target_link_libraries(${OUTPUT_NAME} pico_stdlib psram_display inky73 inky_frame hardware_pwm hardware_spi hardware_i2c fatfs sdcard pico_graphics) pico_enable_stdio_usb(${OUTPUT_NAME} 0) diff --git a/examples/inky_frame/inky_frame_day_planner.cmake b/examples/inky_frame/inky_frame_day_planner.cmake index 7b914208..52e9d1db 100644 --- a/examples/inky_frame/inky_frame_day_planner.cmake +++ b/examples/inky_frame/inky_frame_day_planner.cmake @@ -5,7 +5,7 @@ add_executable( ) # Pull in pico libraries that we need -target_link_libraries(inky_frame_day_planner pico_stdlib inky_frame hardware_pwm hardware_spi hardware_i2c hardware_rtc fatfs sdcard pico_graphics) +target_link_libraries(inky_frame_day_planner pico_stdlib inky_frame hardware_pwm hardware_spi hardware_i2c fatfs sdcard pico_graphics) pico_enable_stdio_usb(inky_frame_day_planner 1) @@ -19,7 +19,7 @@ add_executable( ) # Pull in pico libraries that we need -target_link_libraries(inky_frame_7_day_planner pico_stdlib inky_frame_7 hardware_pwm hardware_spi hardware_i2c hardware_rtc fatfs sdcard pico_graphics) +target_link_libraries(inky_frame_7_day_planner pico_stdlib inky_frame_7 hardware_pwm hardware_spi hardware_i2c fatfs sdcard pico_graphics) pico_enable_stdio_usb(inky_frame_7_day_planner 1) diff --git a/examples/inky_frame/inky_frame_jpeg_image.cmake b/examples/inky_frame/inky_frame_jpeg_image.cmake index 1afd7f0d..d610794c 100644 --- a/examples/inky_frame/inky_frame_jpeg_image.cmake +++ b/examples/inky_frame/inky_frame_jpeg_image.cmake @@ -4,7 +4,7 @@ add_executable( ) # Pull in pico libraries that we need -target_link_libraries(inky_frame_jpeg_image pico_stdlib jpegdec inky_frame fatfs hardware_pwm hardware_spi hardware_i2c hardware_rtc fatfs sdcard pico_graphics) +target_link_libraries(inky_frame_jpeg_image pico_stdlib jpegdec inky_frame fatfs hardware_pwm hardware_spi hardware_i2c fatfs sdcard pico_graphics) pico_enable_stdio_usb(inky_frame_jpeg_image 1) @@ -18,7 +18,7 @@ add_executable( ) # Pull in pico libraries that we need -target_link_libraries(inky_frame_7_jpeg_image pico_stdlib jpegdec inky_frame_7 fatfs hardware_pwm hardware_spi hardware_i2c hardware_rtc fatfs sdcard pico_graphics) +target_link_libraries(inky_frame_7_jpeg_image pico_stdlib jpegdec inky_frame_7 fatfs hardware_pwm hardware_spi hardware_i2c fatfs sdcard pico_graphics) pico_enable_stdio_usb(inky_frame_7_jpeg_image 1) diff --git a/examples/inky_frame/inky_frame_sleepy_head.cmake b/examples/inky_frame/inky_frame_sleepy_head.cmake index 0bb3b026..a70266e4 100644 --- a/examples/inky_frame/inky_frame_sleepy_head.cmake +++ b/examples/inky_frame/inky_frame_sleepy_head.cmake @@ -6,7 +6,7 @@ add_executable( ) # Pull in pico libraries that we need -target_link_libraries(${OUTPUT_NAME} pico_stdlib inky_frame hardware_pwm hardware_spi hardware_i2c hardware_rtc fatfs sdcard pico_graphics) +target_link_libraries(${OUTPUT_NAME} pico_stdlib inky_frame hardware_pwm hardware_spi hardware_i2c fatfs sdcard pico_graphics) pico_enable_stdio_usb(${OUTPUT_NAME} 1)