Im woking with a single ledstrip but is has been cutted in thre (A from 0 to 10, B 10-20 and C 20-30) and custom mounted in a phisical different way (A C B). So I need to configure le ledstrip in A C B order. I thougt that it could be done this way but there is a problem when adding leds on the same pin:
I don´t understand the precise question, but shouldn´t it be 0-9, 20-29 and 10-19?
Use 3 differnt pins instead or one pin and connect the end of one strip to the beginning of the next one.
I would use one pin and write a little mapping function that sorts the things out in the way I need it.
The order is just as you mentioned. The wiring cannot be changed, it has been encapsulated an the other pins are compromised. About the mapping function… Thats what i was trying with the addLeds calls…