Skip to content

Commit 8230523

Browse files
authored
Update CMakeLists.txt
1 parent c1e49ac commit 8230523

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
@@ -8,7 +8,7 @@ if (NOT PICO_PROGRAM_MAIN_ENTRY)
88

99
# Default output data pin for the non-SPI LED strips (only for sk6812/ws2812b)
1010
# 14 for Multi-Segment, 15 for Single-Segment
11-
set(OUTPUT_DATA_PIN 15)
11+
set(OUTPUT_DATA_PIN 14)
1212

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

1919
# Use multi-segment, starting index of second led strip or OFF to disable
20-
set(SECOND_SEGMENT_INDEX OFF)
20+
set(SECOND_SEGMENT_INDEX 300)
2121

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

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

0 commit comments

Comments
 (0)