Skip to content

Commit 64102db

Browse files
authored
Update CMakeLists.txt
1 parent be586ba commit 64102db

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ if (NOT PICO_PROGRAM_MAIN_ENTRY)
1616
set(OUTPUT_SPI_INTERFACE spi0)
1717

1818
# Use multi-segment, starting index of second led strip or OFF to disable
19-
set(SECOND_SEGMENT_INDEX OFF)
19+
set(SECOND_SEGMENT_INDEX 1)
20+
set(THIRD_SEGMENT_INDEX 2)
2021

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

0 commit comments

Comments
 (0)