LED Matrix panel

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
ebh
 
Posts: 1
Joined: Fri Feb 28, 2014 9:08 pm

LED Matrix panel

Post by ebh »

Hi,

I've searched it online and there seems to be few people with my issue with the library of the LED matrix panel. I have uploaded the files to the sketch library folder though the arduino IDE can't find it...
The error I'm getting is...

If at pin 11
colorwheel_32x32:29: error: 'RGBmatrixPanel' does not name a type
colorwheel_32x32.pde: In function 'void setup()':
colorwheel_32x32:37: error: 'matrix' was not declared in this scope

Is it possible some one help me out with it/

I also receive this error too in times
sketch_mar01b:11: error: 'RGBmatrixPanel' does not name a type
sketch_mar01b.ino: In function 'void loop()':
sketch_mar01b:19: error: 'matrix' was not declared in this scope

many thanks

User avatar
pburgess
 
Posts: 4161
Joined: Sun Oct 26, 2008 2:29 am

Re: LED Matrix panel

Post by pburgess »

Sounds like the library isn't correctly installed. This guide should provide some insights:

http://learn.adafruit.com/adafruit-all- ... -a-library

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”