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 @@ -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
You can’t perform that action at this time.
0 commit comments