Hello All, I have a few questions regarding the code I am using. I’m using a revised version of the Palettes code and I am curious as to how to get a different amount of LEDs to light up in a few palettes I am using.
Currently in the palettes all colors scroll using 12 LEDs. If I wanted the colors to scroll using 4 Leds what would I need to change?
Hopefully This will help. I recorded a Video. Sorry for the potato quality.
As each color scrolls by on the 32 LED strip Each color uses a Max of 12 LEDs when scrolling by. (Less for when the Color is moving off the strip.) I wan to decrease this from 12 to 4. I would like the animations to stay the same just using less pixels for each color. I hope that helps. I am learning to move and Edit code for colors but This one stumped me. There are a few other things I want to try but I am trying to tackle one thing at a time…lol
I think it is already doing what you want (based on my understanding) but probably too fast. Try to increase the delay between 2 frames (drastically, to start with) so you can watch your pattern in “slo motion” to check if it is actually correct.
You are already drawing 4 LEDs with the same color, but the colors you are using are not so differnet from each other so it might look as if more than 4 LEDs use the same color.
Maybe I understand you all wrong, but thats what I got.
Here is the Sequence slowed down with a lower brightness.
There are only 7 colors.
Basically, The colors are moving in 3 groups of 4. Red Scrolls with 12 LEDS across the strip and so on and so forth with the other colors. Basically I want to shorten that to 1 group of 4 for each color so that I can fit all 8 colors on the Strip at once. (Even though it will only be for a second as the sequence will continue). So I want the strip to still scroll the way it is now just with fewer LEDs displaying that color to make room for more colors on the Line at once. Hope Im explaining it well enough.