We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be586ba commit 64102dbCopy full SHA for 64102db
CMakeLists.txt
@@ -16,7 +16,8 @@ if (NOT PICO_PROGRAM_MAIN_ENTRY)
16
set(OUTPUT_SPI_INTERFACE spi0)
17
18
# Use multi-segment, starting index of second led strip or OFF to disable
19
- set(SECOND_SEGMENT_INDEX OFF)
+ set(SECOND_SEGMENT_INDEX 1)
20
+ set(THIRD_SEGMENT_INDEX 2)
21
22
# If multi-segment is used and it's reversed, set this option to ON to enable reversing
23
set(SECOND_SEGMENT_REVERSED OFF)
0 commit comments