You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi guys
I add this library into my Arduino library and then lunch the the examples of the library , but faced with the following error
In file included from GreenFireFastLED.ino:16:0:
\arduino-1.6.4\libraries\FastLED_3.1.0/FastLED.h: In static member function 'static CLEDController& CFastLED::addLeds(CRGB*, int, int)':
\arduino-1.6.4\libraries\FastLED_3.1.0/FastLED.h:326:32: error: 'CSmartMatrixController' does not name a type
case SMART_MATRIX: { static CSmartMatrixController controller; return addLeds(&controller, data, nLedsOrOffset, nLedsIfOffset); }
^
\arduino-1.6.4\libraries\FastLED_3.1.0/FastLED.h:326:83: error: 'controller' was not declared in this scope
case SMART_MATRIX: { static CSmartMatrixController controller; return addLeds(&controller, data, nLedsOrOffset, nLedsIfOffset); }
^
Error compiling.
The text was updated successfully, but these errors were encountered:
hi guys
I add this library into my Arduino library and then lunch the the examples of the library , but faced with the following error
In file included from GreenFireFastLED.ino:16:0:
\arduino-1.6.4\libraries\FastLED_3.1.0/FastLED.h: In static member function 'static CLEDController& CFastLED::addLeds(CRGB*, int, int)':
\arduino-1.6.4\libraries\FastLED_3.1.0/FastLED.h:326:32: error: 'CSmartMatrixController' does not name a type
case SMART_MATRIX: { static CSmartMatrixController controller; return addLeds(&controller, data, nLedsOrOffset, nLedsIfOffset); }
^
\arduino-1.6.4\libraries\FastLED_3.1.0/FastLED.h:326:83: error: 'controller' was not declared in this scope
case SMART_MATRIX: { static CSmartMatrixController controller; return addLeds(&controller, data, nLedsOrOffset, nLedsIfOffset); }
^
Error compiling.
The text was updated successfully, but these errors were encountered: