Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasoncoon/220899196ca6b650364bfaec9cc6a672 to your computer and use it in GitHub Desktop.
Save jasoncoon/220899196ca6b650364bfaec9cc6a672 to your computer and use it in GitHub Desktop.
Including:
src\XYMatrix.ino
project.properties
attempting to flash firmware to your device flaming_turtle_narwhal
Flash device failed.
In file included from /src/XYMatrix.cpp:10:0:
lib/MyFastLED/src/MyFastLED.h:17:21: note: #pragma message: FastLED version 3.001.005
# pragma message "FastLED version 3.001.005"
^
In file included from lib/MyFastLED/src/controller.h:9:0,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixeltypes.h: In member function 'NSFastLED::CRGB& NSFastLED::CRGB::nscale8(const NSFastLED::CRGB&)':
lib/MyFastLED/src/pixeltypes.h:364:13: error: '::scale8' has not been declared
r = ::scale8(r, scaledown.r);
^
lib/MyFastLED/src/pixeltypes.h:364:13: note: suggested alternative:
In file included from lib/MyFastLED/src/lib8tion.h:385:0,
from lib/MyFastLED/src/pixeltypes.h:7,
from lib/MyFastLED/src/controller.h:9,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/lib8tion/scale8.h:20:34: note: 'NSFastLED::scale8'
LIB8STATIC_ALWAYS_INLINE uint8_t scale8( uint8_t i, fract8 scale)
^
In file included from lib/MyFastLED/src/controller.h:9:0,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixeltypes.h:365:13: error: '::scale8' has not been declared
g = ::scale8(g, scaledown.g);
^
lib/MyFastLED/src/pixeltypes.h:365:13: note: suggested alternative:
In file included from lib/MyFastLED/src/lib8tion.h:385:0,
from lib/MyFastLED/src/pixeltypes.h:7,
from lib/MyFastLED/src/controller.h:9,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/lib8tion/scale8.h:20:34: note: 'NSFastLED::scale8'
LIB8STATIC_ALWAYS_INLINE uint8_t scale8( uint8_t i, fract8 scale)
^
In file included from lib/MyFastLED/src/controller.h:9:0,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixeltypes.h:366:13: error: '::scale8' has not been declared
b = ::scale8(b, scaledown.b);
^
lib/MyFastLED/src/pixeltypes.h:366:13: note: suggested alternative:
In file included from lib/MyFastLED/src/lib8tion.h:385:0,
from lib/MyFastLED/src/pixeltypes.h:7,
from lib/MyFastLED/src/controller.h:9,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/lib8tion/scale8.h:20:34: note: 'NSFastLED::scale8'
LIB8STATIC_ALWAYS_INLINE uint8_t scale8( uint8_t i, fract8 scale)
^
In file included from lib/MyFastLED/src/controller.h:9:0,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixeltypes.h: In member function 'NSFastLED::CRGB NSFastLED::CRGB::scale8(const NSFastLED::CRGB&) const':
lib/MyFastLED/src/pixeltypes.h:374:17: error: '::scale8' has not been declared
out.r = ::scale8(r, scaledown.r);
^
lib/MyFastLED/src/pixeltypes.h:374:17: note: suggested alternative:
In file included from lib/MyFastLED/src/lib8tion.h:385:0,
from lib/MyFastLED/src/pixeltypes.h:7,
from lib/MyFastLED/src/controller.h:9,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/lib8tion/scale8.h:20:34: note: 'NSFastLED::scale8'
LIB8STATIC_ALWAYS_INLINE uint8_t scale8( uint8_t i, fract8 scale)
^
In file included from lib/MyFastLED/src/controller.h:9:0,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixeltypes.h:375:17: error: '::scale8' has not been declared
out.g = ::scale8(g, scaledown.g);
^
lib/MyFastLED/src/pixeltypes.h:375:17: note: suggested alternative:
In file included from lib/MyFastLED/src/lib8tion.h:385:0,
from lib/MyFastLED/src/pixeltypes.h:7,
from lib/MyFastLED/src/controller.h:9,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/lib8tion/scale8.h:20:34: note: 'NSFastLED::scale8'
LIB8STATIC_ALWAYS_INLINE uint8_t scale8( uint8_t i, fract8 scale)
^
In file included from lib/MyFastLED/src/controller.h:9:0,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixeltypes.h:376:17: error: '::scale8' has not been declared
out.b = ::scale8(b, scaledown.b);
^
lib/MyFastLED/src/pixeltypes.h:376:17: note: suggested alternative:
In file included from lib/MyFastLED/src/lib8tion.h:385:0,
from lib/MyFastLED/src/pixeltypes.h:7,
from lib/MyFastLED/src/controller.h:9,
from lib/MyFastLED/src/MyFastLED.h:47,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/lib8tion/scale8.h:20:34: note: 'NSFastLED::scale8'
LIB8STATIC_ALWAYS_INLINE uint8_t scale8( uint8_t i, fract8 scale)
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: At global scope:
lib/MyFastLED/src/pixelset.h:160:40: error: 'CHSV' does not name a type
inline CPixelView & fill_solid(const CHSV & color) { if(dir>0) { *this = color; return *this; } }
^
lib/MyFastLED/src/pixelset.h:160:47: error: ISO C++ forbids declaration of 'color' with no type [-fpermissive]
inline CPixelView & fill_solid(const CHSV & color) { if(dir>0) { *this = color; return *this; } }
^
lib/MyFastLED/src/pixelset.h:171:43: error: 'CHSV' does not name a type
inline CPixelView & fill_gradient(const CHSV & startcolor, const CHSV & endcolor, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:171:50: error: ISO C++ forbids declaration of 'startcolor' with no type [-fpermissive]
inline CPixelView & fill_gradient(const CHSV & startcolor, const CHSV & endcolor, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:171:68: error: 'CHSV' does not name a type
inline CPixelView & fill_gradient(const CHSV & startcolor, const CHSV & endcolor, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:171:75: error: ISO C++ forbids declaration of 'endcolor' with no type [-fpermissive]
inline CPixelView & fill_gradient(const CHSV & startcolor, const CHSV & endcolor, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:171:85: error: 'TGradientDirectionCode' has not been declared
inline CPixelView & fill_gradient(const CHSV & startcolor, const CHSV & endcolor, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:180:43: error: 'CHSV' does not name a type
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:180:50: error: ISO C++ forbids declaration of 'c1' with no type [-fpermissive]
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:180:60: error: 'CHSV' does not name a type
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:180:67: error: ISO C++ forbids declaration of 'c2' with no type [-fpermissive]
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:180:77: error: 'CHSV' does not name a type
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:180:85: error: ISO C++ forbids declaration of 'c3' with no type [-fpermissive]
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:180:89: error: 'TGradientDirectionCode' has not been declared
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:189:43: error: 'CHSV' does not name a type
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, const CHSV & c4, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:189:50: error: ISO C++ forbids declaration of 'c1' with no type [-fpermissive]
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, const CHSV & c4, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:189:60: error: 'CHSV' does not name a type
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, const CHSV & c4, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:189:67: error: ISO C++ forbids declaration of 'c2' with no type [-fpermissive]
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, const CHSV & c4, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:189:77: error: 'CHSV' does not name a type
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, const CHSV & c4, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:189:84: error: ISO C++ forbids declaration of 'c3' with no type [-fpermissive]
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, const CHSV & c4, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:189:94: error: 'CHSV' does not name a type
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, const CHSV & c4, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:189:101: error: ISO C++ forbids declaration of 'c4' with no type [-fpermissive]
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, const CHSV & c4, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:189:105: error: 'TGradientDirectionCode' has not been declared
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, const CHSV & c4, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:198:101: error: 'TGradientDirectionCode' has not been declared
inline CPixelView & fill_gradient_RGB(const PIXEL_TYPE & startcolor, const PIXEL_TYPE & endcolor, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:225:58: error: 'fract8' has not been declared
inline CPixelView & nblend(const PIXEL_TYPE & overlay, fract8 amountOfOverlay) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { ::nblend((*pixel), overlay, amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:226:54: error: 'fract8' has not been declared
inline CPixelView & nblend(const CPixelView & rhs, fract8 amountOfOverlay) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { ::nblend((*pixel), (*rhspixel), amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:229:30: error: 'blur1d' declared as an 'inline' field
inline CPixelView & blur1d(fract8 blur_amount) {
^
lib/MyFastLED/src/pixelset.h:229:23: error: expected ';' at end of member declaration
inline CPixelView & blur1d(fract8 blur_amount) {
^
lib/MyFastLED/src/pixelset.h:229:37: error: expected ')' before 'blur_amount'
inline CPixelView & blur1d(fract8 blur_amount) {
^
/src/XYMatrix.cpp:207:2: error: expected '}' at end of input
}
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:171:125: error: 'SHORTEST_HUES' was not declared in this scope
inline CPixelView & fill_gradient(const CHSV & startcolor, const CHSV & endcolor, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:171:125: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:63:45: note: 'SHORTEST_HUES'
typedef enum { FORWARD_HUES, BACKWARD_HUES, SHORTEST_HUES, LONGEST_HUES } TGradientDirectionCode;
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:180:128: error: 'SHORTEST_HUES' was not declared in this scope
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:180:128: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:63:45: note: 'SHORTEST_HUES'
typedef enum { FORWARD_HUES, BACKWARD_HUES, SHORTEST_HUES, LONGEST_HUES } TGradientDirectionCode;
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:189:144: error: 'SHORTEST_HUES' was not declared in this scope
inline CPixelView & fill_gradient(const CHSV & c1, const CHSV & c2, const CHSV & c3, const CHSV & c4, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:189:144: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:63:45: note: 'SHORTEST_HUES'
typedef enum { FORWARD_HUES, BACKWARD_HUES, SHORTEST_HUES, LONGEST_HUES } TGradientDirectionCode;
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:198:141: error: 'SHORTEST_HUES' was not declared in this scope
inline CPixelView & fill_gradient_RGB(const PIXEL_TYPE & startcolor, const PIXEL_TYPE & endcolor, TGradientDirectionCode directionCode = SHORTEST_HUES) {
^
lib/MyFastLED/src/pixelset.h:198:141: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:63:45: note: 'SHORTEST_HUES'
typedef enum { FORWARD_HUES, BACKWARD_HUES, SHORTEST_HUES, LONGEST_HUES } TGradientDirectionCode;
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator=(const PIXEL_TYPE&)':
lib/MyFastLED/src/pixelset.h:71:9: error: 'iterator' was not declared in this scope
for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) = color; }
^
lib/MyFastLED/src/pixelset.h:71:9: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:71:18: error: expected ';' before 'pixel'
for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) = color; }
^
lib/MyFastLED/src/pixelset.h:71:49: error: 'pixel' was not declared in this scope
for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) = color; }
^
lib/MyFastLED/src/pixelset.h:71:58: error: '_end' was not declared in this scope
for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) = color; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator=(const CPixelView<PIXEL_TYPE>&)':
lib/MyFastLED/src/pixelset.h:88:9: error: 'iterator' was not declared in this scope
for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) {
^
lib/MyFastLED/src/pixelset.h:88:9: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:88:18: error: expected ';' before 'pixel'
for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) {
^
lib/MyFastLED/src/pixelset.h:88:95: error: 'pixel' was not declared in this scope
for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) {
^
lib/MyFastLED/src/pixelset.h:88:104: error: '_end' was not declared in this scope
for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) {
^
lib/MyFastLED/src/pixelset.h:88:114: error: 'rhspixel' was not declared in this scope
for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) {
^
lib/MyFastLED/src/pixelset.h:88:126: error: 'rhs_end' was not declared in this scope
for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) {
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::addToRGB(uint8_t)':
lib/MyFastLED/src/pixelset.h:97:51: error: 'iterator' was not declared in this scope
inline CPixelView & addToRGB(uint8_t inc) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) += inc; } return *this; }
^
lib/MyFastLED/src/pixelset.h:97:51: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:97:60: error: expected ';' before 'pixel'
inline CPixelView & addToRGB(uint8_t inc) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) += inc; } return *this; }
^
lib/MyFastLED/src/pixelset.h:97:91: error: 'pixel' was not declared in this scope
inline CPixelView & addToRGB(uint8_t inc) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) += inc; } return *this; }
^
lib/MyFastLED/src/pixelset.h:97:100: error: '_end' was not declared in this scope
inline CPixelView & addToRGB(uint8_t inc) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) += inc; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator+=(CPixelView<PIXEL_TYPE>&)':
lib/MyFastLED/src/pixelset.h:99:58: error: 'iterator' was not declared in this scope
inline CPixelView & operator+=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) += (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:99:58: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:99:67: error: expected ';' before 'pixel'
inline CPixelView & operator+=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) += (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:99:144: error: 'pixel' was not declared in this scope
inline CPixelView & operator+=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) += (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:99:153: error: '_end' was not declared in this scope
inline CPixelView & operator+=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) += (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:99:163: error: 'rhspixel' was not declared in this scope
inline CPixelView & operator+=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) += (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:99:175: error: 'rhs_end' was not declared in this scope
inline CPixelView & operator+=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) += (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::subFromRGB(uint8_t)':
lib/MyFastLED/src/pixelset.h:102:53: error: 'iterator' was not declared in this scope
inline CPixelView & subFromRGB(uint8_t inc) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) -= inc; } return *this; }
^
lib/MyFastLED/src/pixelset.h:102:53: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:102:62: error: expected ';' before 'pixel'
inline CPixelView & subFromRGB(uint8_t inc) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) -= inc; } return *this; }
^
lib/MyFastLED/src/pixelset.h:102:93: error: 'pixel' was not declared in this scope
inline CPixelView & subFromRGB(uint8_t inc) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) -= inc; } return *this; }
^
lib/MyFastLED/src/pixelset.h:102:102: error: '_end' was not declared in this scope
inline CPixelView & subFromRGB(uint8_t inc) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) -= inc; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator-=(CPixelView<PIXEL_TYPE>&)':
lib/MyFastLED/src/pixelset.h:104:58: error: 'iterator' was not declared in this scope
inline CPixelView & operator-=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) -= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:104:58: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:104:67: error: expected ';' before 'pixel'
inline CPixelView & operator-=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) -= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:104:144: error: 'pixel' was not declared in this scope
inline CPixelView & operator-=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) -= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:104:153: error: '_end' was not declared in this scope
inline CPixelView & operator-=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) -= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:104:163: error: 'rhspixel' was not declared in this scope
inline CPixelView & operator-=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) -= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:104:175: error: 'rhs_end' was not declared in this scope
inline CPixelView & operator-=(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) -= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator++()':
lib/MyFastLED/src/pixelset.h:107:42: error: 'iterator' was not declared in this scope
inline CPixelView & operator++() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)++; } return *this; }
^
lib/MyFastLED/src/pixelset.h:107:42: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:107:51: error: expected ';' before 'pixel'
inline CPixelView & operator++() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)++; } return *this; }
^
lib/MyFastLED/src/pixelset.h:107:82: error: 'pixel' was not declared in this scope
inline CPixelView & operator++() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)++; } return *this; }
^
lib/MyFastLED/src/pixelset.h:107:91: error: '_end' was not declared in this scope
inline CPixelView & operator++() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)++; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator++(int)':
lib/MyFastLED/src/pixelset.h:109:55: error: 'iterator' was not declared in this scope
inline CPixelView & operator++(int DUMMY_ARG) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)++; } return *this; }
^
lib/MyFastLED/src/pixelset.h:109:55: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:109:64: error: expected ';' before 'pixel'
inline CPixelView & operator++(int DUMMY_ARG) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)++; } return *this; }
^
lib/MyFastLED/src/pixelset.h:109:95: error: 'pixel' was not declared in this scope
inline CPixelView & operator++(int DUMMY_ARG) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)++; } return *this; }
^
lib/MyFastLED/src/pixelset.h:109:104: error: '_end' was not declared in this scope
inline CPixelView & operator++(int DUMMY_ARG) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)++; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator--()':
lib/MyFastLED/src/pixelset.h:112:42: error: 'iterator' was not declared in this scope
inline CPixelView & operator--() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)--; } return *this; }
^
lib/MyFastLED/src/pixelset.h:112:42: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:112:51: error: expected ';' before 'pixel'
inline CPixelView & operator--() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)--; } return *this; }
^
lib/MyFastLED/src/pixelset.h:112:82: error: 'pixel' was not declared in this scope
inline CPixelView & operator--() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)--; } return *this; }
^
lib/MyFastLED/src/pixelset.h:112:91: error: '_end' was not declared in this scope
inline CPixelView & operator--() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)--; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator--(int)':
lib/MyFastLED/src/pixelset.h:114:55: error: 'iterator' was not declared in this scope
inline CPixelView & operator--(int DUMMY_ARG) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)--; } return *this; }
^
lib/MyFastLED/src/pixelset.h:114:55: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:114:64: error: expected ';' before 'pixel'
inline CPixelView & operator--(int DUMMY_ARG) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)--; } return *this; }
^
lib/MyFastLED/src/pixelset.h:114:95: error: 'pixel' was not declared in this scope
inline CPixelView & operator--(int DUMMY_ARG) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)--; } return *this; }
^
lib/MyFastLED/src/pixelset.h:114:104: error: '_end' was not declared in this scope
inline CPixelView & operator--(int DUMMY_ARG) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel)--; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator/=(uint8_t)':
lib/MyFastLED/src/pixelset.h:117:51: error: 'iterator' was not declared in this scope
inline CPixelView & operator/=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) /= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:117:51: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:117:60: error: expected ';' before 'pixel'
inline CPixelView & operator/=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) /= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:117:91: error: 'pixel' was not declared in this scope
inline CPixelView & operator/=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) /= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:117:100: error: '_end' was not declared in this scope
inline CPixelView & operator/=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) /= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator>>=(uint8_t)':
lib/MyFastLED/src/pixelset.h:119:52: error: 'iterator' was not declared in this scope
inline CPixelView & operator>>=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) >>= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:119:52: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:119:61: error: expected ';' before 'pixel'
inline CPixelView & operator>>=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) >>= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:119:92: error: 'pixel' was not declared in this scope
inline CPixelView & operator>>=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) >>= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:119:101: error: '_end' was not declared in this scope
inline CPixelView & operator>>=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) >>= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator*=(uint8_t)':
lib/MyFastLED/src/pixelset.h:121:51: error: 'iterator' was not declared in this scope
inline CPixelView & operator*=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) *= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:121:51: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:121:60: error: expected ';' before 'pixel'
inline CPixelView & operator*=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) *= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:121:91: error: 'pixel' was not declared in this scope
inline CPixelView & operator*=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) *= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:121:100: error: '_end' was not declared in this scope
inline CPixelView & operator*=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) *= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::nscale8_video(uint8_t)':
lib/MyFastLED/src/pixelset.h:124:62: error: 'iterator' was not declared in this scope
inline CPixelView & nscale8_video(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8_video(scaledown); } return *this;}
^
lib/MyFastLED/src/pixelset.h:124:62: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:124:71: error: expected ';' before 'pixel'
inline CPixelView & nscale8_video(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8_video(scaledown); } return *this;}
^
lib/MyFastLED/src/pixelset.h:124:102: error: 'pixel' was not declared in this scope
inline CPixelView & nscale8_video(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8_video(scaledown); } return *this;}
^
lib/MyFastLED/src/pixelset.h:124:111: error: '_end' was not declared in this scope
inline CPixelView & nscale8_video(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8_video(scaledown); } return *this;}
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator%=(uint8_t)':
lib/MyFastLED/src/pixelset.h:126:59: error: 'iterator' was not declared in this scope
inline CPixelView & operator%=(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8_video(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h:126:59: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:126:68: error: expected ';' before 'pixel'
inline CPixelView & operator%=(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8_video(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h:126:99: error: 'pixel' was not declared in this scope
inline CPixelView & operator%=(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8_video(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h:126:108: error: '_end' was not declared in this scope
inline CPixelView & operator%=(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8_video(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::nscale8(uint8_t)':
lib/MyFastLED/src/pixelset.h:131:56: error: 'iterator' was not declared in this scope
inline CPixelView & nscale8(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h:131:56: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:131:65: error: expected ';' before 'pixel'
inline CPixelView & nscale8(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h:131:96: error: 'pixel' was not declared in this scope
inline CPixelView & nscale8(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h:131:105: error: '_end' was not declared in this scope
inline CPixelView & nscale8(uint8_t scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::nscale8(PIXEL_TYPE&)':
lib/MyFastLED/src/pixelset.h:133:61: error: 'iterator' was not declared in this scope
inline CPixelView & nscale8(PIXEL_TYPE & scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h:133:61: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:133:70: error: expected ';' before 'pixel'
inline CPixelView & nscale8(PIXEL_TYPE & scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h:133:101: error: 'pixel' was not declared in this scope
inline CPixelView & nscale8(PIXEL_TYPE & scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h:133:110: error: '_end' was not declared in this scope
inline CPixelView & nscale8(PIXEL_TYPE & scaledown) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel).nscale8(scaledown); } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::nscale8(CPixelView<PIXEL_TYPE>&)':
lib/MyFastLED/src/pixelset.h:135:55: error: 'iterator' was not declared in this scope
inline CPixelView & nscale8(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel).nscale8((*rhspixel)); } return *this; }
^
lib/MyFastLED/src/pixelset.h:135:55: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:135:64: error: expected ';' before 'pixel'
inline CPixelView & nscale8(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel).nscale8((*rhspixel)); } return *this; }
^
lib/MyFastLED/src/pixelset.h:135:141: error: 'pixel' was not declared in this scope
inline CPixelView & nscale8(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel).nscale8((*rhspixel)); } return *this; }
^
lib/MyFastLED/src/pixelset.h:135:150: error: '_end' was not declared in this scope
inline CPixelView & nscale8(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel).nscale8((*rhspixel)); } return *this; }
^
lib/MyFastLED/src/pixelset.h:135:160: error: 'rhspixel' was not declared in this scope
inline CPixelView & nscale8(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel).nscale8((*rhspixel)); } return *this; }
^
lib/MyFastLED/src/pixelset.h:135:172: error: 'rhs_end' was not declared in this scope
inline CPixelView & nscale8(CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel).nscale8((*rhspixel)); } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator|=(const PIXEL_TYPE&)':
lib/MyFastLED/src/pixelset.h:141:64: error: 'iterator' was not declared in this scope
inline CPixelView & operator|=(const PIXEL_TYPE & rhs) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) |= rhs; } return *this; }
^
lib/MyFastLED/src/pixelset.h:141:64: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:141:73: error: expected ';' before 'pixel'
inline CPixelView & operator|=(const PIXEL_TYPE & rhs) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) |= rhs; } return *this; }
^
lib/MyFastLED/src/pixelset.h:141:104: error: 'pixel' was not declared in this scope
inline CPixelView & operator|=(const PIXEL_TYPE & rhs) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) |= rhs; } return *this; }
^
lib/MyFastLED/src/pixelset.h:141:113: error: '_end' was not declared in this scope
inline CPixelView & operator|=(const PIXEL_TYPE & rhs) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) |= rhs; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator|=(const CPixelView<PIXEL_TYPE>&)':
lib/MyFastLED/src/pixelset.h:143:64: error: 'iterator' was not declared in this scope
inline CPixelView & operator|=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) |= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:143:64: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:143:73: error: expected ';' before 'pixel'
inline CPixelView & operator|=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) |= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:143:150: error: 'pixel' was not declared in this scope
inline CPixelView & operator|=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) |= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:143:159: error: '_end' was not declared in this scope
inline CPixelView & operator|=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) |= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:143:169: error: 'rhspixel' was not declared in this scope
inline CPixelView & operator|=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) |= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:143:181: error: 'rhs_end' was not declared in this scope
inline CPixelView & operator|=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) |= (*rhspixel); } return *this; }
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator|=(uint8_t)':
lib/MyFastLED/src/pixelset.h:145:51: error: 'iterator' was not declared in this scope
inline CPixelView & operator|=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) |= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:145:51: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:145:60: error: expected ';' before 'pixel'
inline CPixelView & operator|=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) |= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:145:91: error: 'pixel' was not declared in this scope
inline CPixelView & operator|=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) |= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:145:100: error: '_end' was not declared in this scope
inline CPixelView & operator|=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) |= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator&=(const PIXEL_TYPE&)':
lib/MyFastLED/src/pixelset.h:148:64: error: 'iterator' was not declared in this scope
inline CPixelView & operator&=(const PIXEL_TYPE & rhs) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) &= rhs; } return *this; }
^
lib/MyFastLED/src/pixelset.h:148:64: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:148:73: error: expected ';' before 'pixel'
inline CPixelView & operator&=(const PIXEL_TYPE & rhs) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) &= rhs; } return *this; }
^
lib/MyFastLED/src/pixelset.h:148:104: error: 'pixel' was not declared in this scope
inline CPixelView & operator&=(const PIXEL_TYPE & rhs) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) &= rhs; } return *this; }
^
lib/MyFastLED/src/pixelset.h:148:113: error: '_end' was not declared in this scope
inline CPixelView & operator&=(const PIXEL_TYPE & rhs) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) &= rhs; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator&=(const CPixelView<PIXEL_TYPE>&)':
lib/MyFastLED/src/pixelset.h:150:64: error: 'iterator' was not declared in this scope
inline CPixelView & operator&=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) &= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:150:64: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:150:73: error: expected ';' before 'pixel'
inline CPixelView & operator&=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) &= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:150:150: error: 'pixel' was not declared in this scope
inline CPixelView & operator&=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) &= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:150:159: error: '_end' was not declared in this scope
inline CPixelView & operator&=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) &= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:150:169: error: 'rhspixel' was not declared in this scope
inline CPixelView & operator&=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) &= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h:150:181: error: 'rhs_end' was not declared in this scope
inline CPixelView & operator&=(const CPixelView & rhs) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { (*pixel) &= (*rhspixel); } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::operator&=(uint8_t)':
lib/MyFastLED/src/pixelset.h:152:51: error: 'iterator' was not declared in this scope
inline CPixelView & operator&=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) &= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:152:51: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:152:60: error: expected ';' before 'pixel'
inline CPixelView & operator&=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) &= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:152:91: error: 'pixel' was not declared in this scope
inline CPixelView & operator&=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) &= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h:152:100: error: '_end' was not declared in this scope
inline CPixelView & operator&=(uint8_t d) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { (*pixel) &= d; } return *this; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>::operator bool()':
lib/MyFastLED/src/pixelset.h:156:32: error: 'iterator' was not declared in this scope
inline operator bool() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { if((*pixel)) return true; } return false; }
^
lib/MyFastLED/src/pixelset.h:156:32: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:156:41: error: expected ';' before 'pixel'
inline operator bool() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { if((*pixel)) return true; } return false; }
^
lib/MyFastLED/src/pixelset.h:156:72: error: 'pixel' was not declared in this scope
inline operator bool() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { if((*pixel)) return true; } return false; }
^
lib/MyFastLED/src/pixelset.h:156:81: error: '_end' was not declared in this scope
inline operator bool() { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { if((*pixel)) return true; } return false; }
^
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::fill_rainbow(uint8_t, uint8_t)':
lib/MyFastLED/src/pixelset.h:164:7: error: '::fill_rainbow' has not been declared
::fill_rainbow(leds,len,initialhue,deltahue);
^
lib/MyFastLED/src/pixelset.h:164:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:35:6: note: 'NSFastLED::fill_rainbow'
void fill_rainbow( struct CHSV * targetArray, int numToFill,
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:166:7: error: '::fill_rainbow' has not been declared
::fill_rainbow(leds+len+1,-len,initialhue,deltahue);
^
lib/MyFastLED/src/pixelset.h:166:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:35:6: note: 'NSFastLED::fill_rainbow'
void fill_rainbow( struct CHSV * targetArray, int numToFill,
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::fill_gradient(const int&, const int&, int)':
lib/MyFastLED/src/pixelset.h:173:7: error: '::fill_gradient' has not been declared
::fill_gradient(leds,len,startcolor, endcolor, directionCode);
^
lib/MyFastLED/src/pixelset.h:173:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:202:6: note: 'NSFastLED::fill_gradient'
void fill_gradient( T* targetArray, uint16_t numLeds,
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:175:7: error: '::fill_gradient' has not been declared
::fill_gradient(leds + len + 1, (-len), endcolor, startcolor, directionCode);
^
lib/MyFastLED/src/pixelset.h:175:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:202:6: note: 'NSFastLED::fill_gradient'
void fill_gradient( T* targetArray, uint16_t numLeds,
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::fill_gradient(const int&, const int&, const int&, int)':
lib/MyFastLED/src/pixelset.h:182:7: error: '::fill_gradient' has not been declared
::fill_gradient(leds, len, c1, c2, c3, directionCode);
^
lib/MyFastLED/src/pixelset.h:182:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:202:6: note: 'NSFastLED::fill_gradient'
void fill_gradient( T* targetArray, uint16_t numLeds,
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:184:7: error: '::fill_gradient' has not been declared
::fill_gradient(leds + len + 1, -len, c3, c2, c1, directionCode);
^
lib/MyFastLED/src/pixelset.h:184:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:202:6: note: 'NSFastLED::fill_gradient'
void fill_gradient( T* targetArray, uint16_t numLeds,
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::fill_gradient(const int&, const int&, const int&, const int&, int)':
lib/MyFastLED/src/pixelset.h:191:7: error: '::fill_gradient' has not been declared
::fill_gradient(leds, len, c1, c2, c3, c4, directionCode);
^
lib/MyFastLED/src/pixelset.h:191:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:202:6: note: 'NSFastLED::fill_gradient'
void fill_gradient( T* targetArray, uint16_t numLeds,
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:193:7: error: '::fill_gradient' has not been declared
::fill_gradient(leds + len + 1, -len, c4, c3, c2, c1, directionCode);
^
lib/MyFastLED/src/pixelset.h:193:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:202:6: note: 'NSFastLED::fill_gradient'
void fill_gradient( T* targetArray, uint16_t numLeds,
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::fill_gradient_RGB(const PIXEL_TYPE&, const PIXEL_TYPE&, int)':
lib/MyFastLED/src/pixelset.h:200:7: error: '::fill_gradient_RGB' has not been declared
::fill_gradient_RGB(leds,len,startcolor, endcolor);
^
lib/MyFastLED/src/pixelset.h:200:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:228:6: note: 'NSFastLED::fill_gradient_RGB'
void fill_gradient_RGB( CRGB* leds, uint16_t numLeds, const CRGB& c1, const CRGB& c2, const CRGB& c3, const CRGB& c4);
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:202:7: error: '::fill_gradient_RGB' has not been declared
::fill_gradient_RGB(leds + len + 1, (-len), endcolor, startcolor);
^
lib/MyFastLED/src/pixelset.h:202:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:228:6: note: 'NSFastLED::fill_gradient_RGB'
void fill_gradient_RGB( CRGB* leds, uint16_t numLeds, const CRGB& c1, const CRGB& c2, const CRGB& c3, const CRGB& c4);
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::fill_gradient_RGB(const PIXEL_TYPE&, const PIXEL_TYPE&, const PIXEL_TYPE&)':
lib/MyFastLED/src/pixelset.h:209:7: error: '::fill_gradient_RGB' has not been declared
::fill_gradient_RGB(leds, len, c1, c2, c3);
^
lib/MyFastLED/src/pixelset.h:209:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:228:6: note: 'NSFastLED::fill_gradient_RGB'
void fill_gradient_RGB( CRGB* leds, uint16_t numLeds, const CRGB& c1, const CRGB& c2, const CRGB& c3, const CRGB& c4);
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:211:7: error: '::fill_gradient_RGB' has not been declared
::fill_gradient_RGB(leds + len + 1, -len, c3, c2, c1);
^
lib/MyFastLED/src/pixelset.h:211:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:228:6: note: 'NSFastLED::fill_gradient_RGB'
void fill_gradient_RGB( CRGB* leds, uint16_t numLeds, const CRGB& c1, const CRGB& c2, const CRGB& c3, const CRGB& c4);
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::fill_gradient_RGB(const PIXEL_TYPE&, const PIXEL_TYPE&, const PIXEL_TYPE&, const PIXEL_TYPE&)':
lib/MyFastLED/src/pixelset.h:218:7: error: '::fill_gradient_RGB' has not been declared
::fill_gradient_RGB(leds, len, c1, c2, c3, c4);
^
lib/MyFastLED/src/pixelset.h:218:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:228:6: note: 'NSFastLED::fill_gradient_RGB'
void fill_gradient_RGB( CRGB* leds, uint16_t numLeds, const CRGB& c1, const CRGB& c2, const CRGB& c3, const CRGB& c4);
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:220:7: error: '::fill_gradient_RGB' has not been declared
::fill_gradient_RGB(leds + len + 1, -len, c4, c3, c2, c1);
^
lib/MyFastLED/src/pixelset.h:220:7: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:228:6: note: 'NSFastLED::fill_gradient_RGB'
void fill_gradient_RGB( CRGB* leds, uint16_t numLeds, const CRGB& c1, const CRGB& c2, const CRGB& c3, const CRGB& c4);
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::nblend(const PIXEL_TYPE&, int)':
lib/MyFastLED/src/pixelset.h:225:88: error: 'iterator' was not declared in this scope
inline CPixelView & nblend(const PIXEL_TYPE & overlay, fract8 amountOfOverlay) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { ::nblend((*pixel), overlay, amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:225:88: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:225:97: error: expected ';' before 'pixel'
inline CPixelView & nblend(const PIXEL_TYPE & overlay, fract8 amountOfOverlay) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { ::nblend((*pixel), overlay, amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:225:128: error: 'pixel' was not declared in this scope
inline CPixelView & nblend(const PIXEL_TYPE & overlay, fract8 amountOfOverlay) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { ::nblend((*pixel), overlay, amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:225:137: error: '_end' was not declared in this scope
inline CPixelView & nblend(const PIXEL_TYPE & overlay, fract8 amountOfOverlay) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { ::nblend((*pixel), overlay, amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:225:154: error: '::nblend' has not been declared
inline CPixelView & nblend(const PIXEL_TYPE & overlay, fract8 amountOfOverlay) { for(iterator pixel = begin(), _end = end(); pixel != _end; ++pixel) { ::nblend((*pixel), overlay, amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:225:154: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:302:7: note: 'NSFastLED::nblend'
void nblend( CHSV* existing, CHSV* overlay, uint16_t count, fract8 amountOfOverlay,
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: In member function 'CPixelView<PIXEL_TYPE>& CPixelView<PIXEL_TYPE>::nblend(const CPixelView<PIXEL_TYPE>&, int)':
lib/MyFastLED/src/pixelset.h:226:84: error: 'iterator' was not declared in this scope
inline CPixelView & nblend(const CPixelView & rhs, fract8 amountOfOverlay) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { ::nblend((*pixel), (*rhspixel), amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:226:84: note: suggested alternatives:
In file included from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_algobase.h:65:0,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/char_traits.h:39,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ios:40,
from /usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/ostream:38,
from ../wiring/inc/spark_wiring_string.h:228,
from ../wiring/inc/spark_wiring_stream.h:30,
from ../wiring/inc/spark_wiring.h:39,
from ./inc/application.h:36,
from /src/XYMatrix.cpp:7:
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
struct iterator
^
/usr/local/gcc-arm-embedded-gcc-arm-none-eabi-4_8-2014q2-20140609-linux-tar-bz2/arm-none-eabi/include/c++/4.8.4/bits/stl_iterator_base_types.h:118:12: note: 'std::iterator'
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h:226:93: error: expected ';' before 'pixel'
inline CPixelView & nblend(const CPixelView & rhs, fract8 amountOfOverlay) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { ::nblend((*pixel), (*rhspixel), amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:226:170: error: 'pixel' was not declared in this scope
inline CPixelView & nblend(const CPixelView & rhs, fract8 amountOfOverlay) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { ::nblend((*pixel), (*rhspixel), amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:226:179: error: '_end' was not declared in this scope
inline CPixelView & nblend(const CPixelView & rhs, fract8 amountOfOverlay) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { ::nblend((*pixel), (*rhspixel), amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:226:189: error: 'rhspixel' was not declared in this scope
inline CPixelView & nblend(const CPixelView & rhs, fract8 amountOfOverlay) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { ::nblend((*pixel), (*rhspixel), amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:226:201: error: 'rhs_end' was not declared in this scope
inline CPixelView & nblend(const CPixelView & rhs, fract8 amountOfOverlay) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { ::nblend((*pixel), (*rhspixel), amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:226:234: error: '::nblend' has not been declared
inline CPixelView & nblend(const CPixelView & rhs, fract8 amountOfOverlay) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { ::nblend((*pixel), (*rhspixel), amountOfOverlay); } return *this; }
^
lib/MyFastLED/src/pixelset.h:226:234: note: suggested alternative:
In file included from lib/MyFastLED/src/MyFastLED.h:58:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/colorutils.h:302:7: note: 'NSFastLED::nblend'
void nblend( CHSV* existing, CHSV* overlay, uint16_t count, fract8 amountOfOverlay,
^
In file included from lib/MyFastLED/src/MyFastLED.h:59:0,
from /src/XYMatrix.cpp:10:
lib/MyFastLED/src/pixelset.h: At global scope:
lib/MyFastLED/src/pixelset.h:226:300: error: expected unqualified-id at end of input
inline CPixelView & nblend(const CPixelView & rhs, fract8 amountOfOverlay) { for(iterator pixel = begin(), rhspixel = rhs.begin(), _end = end(), rhs_end = rhs.end(); (pixel != _end) && (rhspixel != rhs_end); ++pixel, ++rhspixel) { ::nblend((*pixel), (*rhspixel), amountOfOverlay); } return *this; }
^
make[1]: *** [../build/target/user/platform-6src/XYMatrix.o] Error 1
make: *** [user] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment