I am working on a project for my boat. I have created multiple led speaker rings and am trying to code my arduino to control them. Specifically, I am wanting to wire a pot on the input side of a selector switch so that i can control multiple settings for my led strips. I was thinking that If i did it this way then i could feed the selector switch outputs it into the 6 analog inputs and code it to where it would read and map the pot to control different aspects of the light strips. For example, position 1 would be color hue, position 2 would be blink rate, position 3 would be brightness and so on. I am completely clueless on where I would even begin to make this happen in a manner to where once I switch positions it would maintain the last reading from the open connections to allow switching back and forth to adjust. Any help would be great!
Strip model - SK6812 (Similar WS2812B) RGBW
rings are all in parallel. 25 leds in each.
No base code yet as I am still unsure as to if this will work and how to go about doing it