File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ add_executable(
6
6
)
7
7
8
8
# Pull in pico libraries that we need
9
- target_link_libraries (${OUTPUT_NAME} pico_stdlib psram_display inky73 inky_frame hardware_pwm hardware_spi hardware_i2c hardware_rtc fatfs sdcard pico_graphics)
9
+ target_link_libraries (${OUTPUT_NAME} pico_stdlib psram_display inky73 inky_frame hardware_pwm hardware_spi hardware_i2c fatfs sdcard pico_graphics)
10
10
11
11
pico_enable_stdio_usb(${OUTPUT_NAME} 0)
12
12
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ add_executable(
5
5
)
6
6
7
7
# Pull in pico libraries that we need
8
- target_link_libraries (inky_frame_day_planner pico_stdlib inky_frame hardware_pwm hardware_spi hardware_i2c hardware_rtc fatfs sdcard pico_graphics)
8
+ target_link_libraries (inky_frame_day_planner pico_stdlib inky_frame hardware_pwm hardware_spi hardware_i2c fatfs sdcard pico_graphics)
9
9
10
10
pico_enable_stdio_usb(inky_frame_day_planner 1)
11
11
@@ -19,7 +19,7 @@ add_executable(
19
19
)
20
20
21
21
# Pull in pico libraries that we need
22
- 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)
22
+ target_link_libraries (inky_frame_7_day_planner pico_stdlib inky_frame_7 hardware_pwm hardware_spi hardware_i2c fatfs sdcard pico_graphics)
23
23
24
24
pico_enable_stdio_usb(inky_frame_7_day_planner 1)
25
25
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ add_executable(
4
4
)
5
5
6
6
# Pull in pico libraries that we need
7
- 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)
7
+ target_link_libraries (inky_frame_jpeg_image pico_stdlib jpegdec inky_frame fatfs hardware_pwm hardware_spi hardware_i2c fatfs sdcard pico_graphics)
8
8
9
9
pico_enable_stdio_usb(inky_frame_jpeg_image 1)
10
10
@@ -18,7 +18,7 @@ add_executable(
18
18
)
19
19
20
20
# Pull in pico libraries that we need
21
- 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)
21
+ 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)
22
22
23
23
pico_enable_stdio_usb(inky_frame_7_jpeg_image 1)
24
24
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ add_executable(
6
6
)
7
7
8
8
# Pull in pico libraries that we need
9
- target_link_libraries (${OUTPUT_NAME} pico_stdlib inky_frame hardware_pwm hardware_spi hardware_i2c hardware_rtc fatfs sdcard pico_graphics)
9
+ target_link_libraries (${OUTPUT_NAME} pico_stdlib inky_frame hardware_pwm hardware_spi hardware_i2c fatfs sdcard pico_graphics)
10
10
11
11
pico_enable_stdio_usb(${OUTPUT_NAME} 1)
12
12
You can’t perform that action at this time.
0 commit comments