I was wondering if someone could lend me a hand.

I was wondering if someone could lend me a hand. I only have about a week to complete it and as it stands now I could deal with leaving it the way it is, but would really like a few more pattrens :slight_smile: . I am using 2 different examples from the FastLED library, the DemoReel100 and ColorPalette. I have tried to combine the 2 without sucuess changing the variables i thought necessary i.e. changing anything refering to DATA_PIN to LED_PIN and FRAMES_PER_SECOND to UPDATES_PER_SECOND, I put all of the loops within their appropriate section but I’m getting an error back about

ColorPalette.ino: In function ‘void loop()’:
ColorPalette:65: error: ‘FillLEDsFromPaletteColors’ was not declared in this scope
ColorPalette.ino: In function ‘void juggle()’:
ColorPalette:140: error: a function-definition is not allowed here before ‘{’ token
ColorPalette:145: error: ‘colorIndex’ was not declared in this scope
‘FillLEDsFromPaletteColors’ was not declared in this scope

Here is the code in case anyone was wondering what my monster mashing code looks like :slight_smile:

http://pastebin.com/CUh2jATu
http://www.youtube.com/watch?v=XQXyXYOZwL4

Firstly- I saw you and your friend at Shambhala. Amazing outfits!

The fix for your code is very simple- move the } on line 142 up a few lines to line 139.

See you next year!

Thank you, I’ll try that out when I get home. That was my brother in the other outfit, he has the Guy red helmet.