When i verify the examples from the fastLED library , there is a problem.

When i verify the examples from the fastLED library , there is a problem. It tells that something trouble with CRGB Class. Can anyone help me?

You need to give a little bit more information - what is the output that you are seeing?

Also - what are you trying to build for (which hardware, and what version of the arduino software)

My arduino software is ver 1.0.1.
Using arduino Due mille nove.

When i open the software the following message displaying.
…The library '‘FastLED-master’'cannot be used. Library names must contain only basic letters and numbers. …

When i verify the example program Blink, the message came ‘‘CRGB does not name a type’’…pls help me

Sent from my iPhone

My arduino software is ver 1.0.1.
Using arduino Due mille nove.

When i open the software the following message displaying.
…The library '‘FastLED-master’'cannot be used. Library names must contain only basic letters and numbers. …

When i verify the example program Blink, the message came ‘‘CRGB does not name a type’’…pls help me

You need to rename the folder that the library is in, apparently there is a non-supported character in the name of the folder. Example: Fast_LED is ok, Fast-LED is not.

Can i use FastSPI library to control WS 2811? Inside the program these is no option to uncomment chipset…

Yes, it is supported. blink, firstlight, and rgbcalibrate all have commented out options for Ws2811.

Now its all ok. Thank u

Hai,
Can u help me with this project .

Typically, users post questions and code snippets asking for answers/help that way, not “can you build this for me?”

Try this link, https://github.com/PaintYourDragon/p9813 it was in the video link you posted. Good luck!