Dear Community, I am running the DemoReel100-dotstar however of the list of patterns I

Dear Community,

I am running the DemoReel100-dotstar however of the list of patterns I am just cycling thru the rainbow pattern at 300 frames a second with a .5 milliseconds hue change.
My question is how do I do the same thing but add more colors and not just rainbow colors? like more whites, etc?
Any suggestions?
I can cut and paste my code for anyone to see. Its easy edit from the FastLed 3.1 library.

You can make your own palettes.

Oh and any code could go up on pastebin.

here it is:
http://pastebin.com/LcpZBCXS
I will google how to create my own palettes.
Was hoping some sketches were already out there if anyone knows?

Hi, thank you, I tried your code but I get the following error message:

‘BLEND’ was not declared in this scope

I look forward to using some of these. The names sound great like ‘cottoncandy’

Arduino: 1.6.5 (Windows 8.1), Board: “Arduino Uno”
sketch_jul26b.ino: In function ‘void setup()’:
sketch_jul26b:50: error: ‘BLEND’ was not declared in this scope
sketch_jul26b.ino: In function ‘void ChangePalettePeriodically()’:
sketch_jul26b:94: error: ‘BLEND’ was not declared in this scope
sketch_jul26b:96: error: ‘BLEND’ was not declared in this scope
sketch_jul26b:98: error: ‘BLEND’ was not declared in this scope
sketch_jul26b:100: error: ‘BLEND’ was not declared in this scope
sketch_jul26b:101: error: ‘BLEND’ was not declared in this scope
sketch_jul26b:102: error: ‘BLEND’ was not declared in this scope
sketch_jul26b:104: error: ‘BLEND’ was not declared in this scope
sketch_jul26b:105: error: ‘BLEND’ was not declared in this scope
sketch_jul26b:106: error: ‘BLEND’ was not declared in this scope

the one that comes with the fastled I couldn’t get to work with my apa102 or dotstars.

I got your code to work. I put ‘LINEARBLEND’ wherever I saw ‘BLEND’
seeing your code there is one palette or cycle that I really like, I think its the cloud one. How do you eliminate all the other cycles so just one palette works?
Thank you