File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
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 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
You can’t perform that action at this time.
0 commit comments