call  array of Palette from PROGMEM Does anyone have idea to call platte from

call array of Palette from PROGMEM

Does anyone have idea to call platte from PROGMEN with array reference???

Could you post a pastebin of the code you’re trying to get working?

Hi Mark , I’m so glad & surprised to have your comments in my post , but however this just idea for control the effect manually in loop function whereas we call the Palette for some situation with serial input driven or change other parameters of show such as delay , i just want create the effect table setting which is each row manually changed

My best regards

If you haven’t already, take a look at the “ColorPalette” example – it shows several different ways to construct a palette, some PROGMEM, others dynamic.
https://github.com/FastLED/FastLED/blob/FastLED3.1/examples/ColorPalette/ColorPalette.ino

Also take a look at this post for some other ideas, too:
https://plus.google.com/112916219338292742137/posts/FvLgYPF52Ma

Play around and let us know what you find!

Thanks Dear Mark , actually I examine all library examples and familiar with. what in mind is to call array Palette stored in PROGMEM by serial user input whenever it’s desired , still working on my code but I’ve decide to replace ChangePalettePeriodically() with serial event driven input data

My best regards