AaronLiddiment / LEDText

FastLED Flexible Text Message Class requires LEDMatrix Class
89 stars 32 forks source link

Example does not work #11

Closed TheGreyDiamond closed 5 years ago

TheGreyDiamond commented 5 years ago

Hi, I'm trying to compile the first example. But I'm getting the following error: LED-text:3:23: error: LEDMatrix.h: No such file or directory. What am I doing wrong?

AaronLiddiment commented 5 years ago

You also need the LEDMatrix library

TheGreyDiamond commented 5 years ago

And from where can I get it?

AaronLiddiment commented 5 years ago

It’s another of my repositories, just click on my name and you should see it.

TheGreyDiamond commented 5 years ago

Does not work, but now I have another problem... Here is the compiling log: Pastebin

TheGreyDiamond commented 5 years ago

Fixed it!