Skip to content

Commit f9c0505

Browse files
authored
Update CMakeLists.txt single segment Pimoroni
1 parent b3e234c commit f9c0505

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if (NOT PICO_PROGRAM_MAIN_ENTRY)
77
set(BOOT_WORKAROUND OFF)
88

99
# Default output data pin for the non-SPI LED strips (only for sk6812/ws2812b)
10-
set(OUTPUT_DATA_PIN 14)
10+
set(OUTPUT_DATA_PIN 15)
1111

1212
# Default output data/clocks pin for the SPI LED strips (only for apa102, not for sk6812/ws2812b)
1313
# only certain pairs of pins are allowed for selected SPI interface (refer to "readme.md")
@@ -16,10 +16,10 @@ if (NOT PICO_PROGRAM_MAIN_ENTRY)
1616
set(OUTPUT_SPI_INTERFACE spi1)
1717

1818
# Use multi-segment, starting index of second led strip or OFF to disable
19-
set(SECOND_SEGMENT_INDEX 300)
19+
set(SECOND_SEGMENT_INDEX OFF)
2020

2121
# If multi-segment is used and it's reversed, set this option to ON to enable reversing
22-
set(SECOND_SEGMENT_REVERSED ON)
22+
set(SECOND_SEGMENT_REVERSED OFF)
2323

2424
# User configuration section ends here
2525
# Usually you don't need to change anything below this section

0 commit comments

Comments
 (0)