adafruit / RGB-matrix-Panel

Arduino library and example code for the 16x32 RGB matrix panels in the shop
http://www.adafruit.com/products/420
304 stars 145 forks source link

teensy 3.1 not supported? #10

Closed Vipor26 closed 10 years ago

Vipor26 commented 10 years ago

This report would have more information with "Show verbose output during compilation" enabled in File > Preferences. Arduino: 1.0.5-r2 (Windows 7), Board: "Teensy 3.1" In file included from C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:37:0: C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\gamma.h:6:36: error: 'const uint8_t gamma []' redeclared as different kind of symbol In file included from C:\Program Files (x86)\Arduino\hardware\teensy\cores\teensy3/WProgram.h:6:0, from C:\Program Files (x86)\Arduino\hardware\teensy\cores\teensy3/Arduino.h:1, from C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.h:2, from C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:36: c:\program files (x86)\arduino\hardware\tools\arm-none-eabi\bin../lib/gcc/arm-none-eabi/4.7.2/include-fixed/math.h:287:15: error: previous declaration of 'double gamma(double)' C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp: In member function 'void RGBmatrixPanel::begin()': C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:175:3: error: 'TCCR1A' was not declared in this scope C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:175:13: error: 'WGM11' was not declared in this scope C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:176:3: error: 'TCCR1B' was not declared in this scope C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:176:13: error: 'WGM13' was not declared in this scope C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:176:26: error: 'WGM12' was not declared in this scope C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:176:39: error: 'CS10' was not declared in this scope C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:177:3: error: 'ICR1' was not declared in this scope C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:178:3: error: 'TIMSK1' was not declared in this scope C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:178:13: error: 'TOIE1' was not declared in this scope C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp: At global scope: C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:401:4: error: expected constructor, destructor, or type conversion before '(' token C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp: In member function 'void RGBmatrixPanel::updateDisplay()': C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:504:3: error: 'ICR1' was not declared in this scope C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:505:3: error: 'TCNT1' was not declared in this scope C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:517:10: error: cannot convert 'PORTBemulation' to 'uint8_t {aka unsigned char}' in assignment C:\Users\Vipor\Documents\Arduino\libraries\RGB_matrix_Panel_master\RGBmatrixPanel.cpp:541:5: error: '_SFR_IO_ADDR' was not declared in this scope

PaintYourDragon commented 10 years ago

Arduino Uno (and in some cases Mega) are the only boards supported by this library.