File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 2 )
10+ set (OUTPUT_DATA_PIN 16 )
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,7 +16,7 @@ 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 240 )
2020
2121 # If multi-segment is used and it's reversed, set this option to ON to enable reversing
2222 set (SECOND_SEGMENT_REVERSED OFF )
You can’t perform that action at this time.
0 commit comments