So, I just fired up my MatrixClock project, after updating to 3.0.1, and now I can’t compile it. Now, the only thing I updated was FastLED. Should I be updating Teensyduino, SmartMatrix, and so forth? The error I get is this:
This report would have more information with
“Show verbose output during compilation”
enabled in File > Preferences.
Arduino: 1.0.5 (Windows NT (unknown)), Board: “Teensy 3.1”
MatrixClock.ino: In function ‘void setup()’:
MatrixClock:100: error: no matching function for call to ‘CFastLED::addLeds(CRGB [1024], int)’
MatrixClock.ino:100:42: note: candidates are:
In file included from MatrixClock.ino:3:0:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:98:95: note: template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:98:95: note: template argument deduction/substitution failed:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:109:113: note: template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:109:113: note: template argument deduction/substitution failed:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:120:129: note: template<ESPIChipsets CHIPSET, unsigned char DATA_PIN, unsigned char CLOCK_PIN, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:120:129: note: template argument deduction/substitution failed:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:132:56: note: template static CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:132:56: note: template argument deduction/substitution failed:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:136:74: note: template<ESPIChipsets CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:136:74: note: template argument deduction/substitution failed:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:140:97: note: template<ESPIChipsets CHIPSET, EOrder RGB_ORDER, unsigned char SPI_DATA_RATE> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:140:97: note: template argument deduction/substitution failed:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:147:25: note: template<template class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:147:25: note: template argument deduction/substitution failed:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:153:25: note: template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:153:25: note: template argument deduction/substitution failed:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:159:25: note: template<template<unsigned char DATA_PIN, EOrder RGB_ORDER> class CHIPSET, unsigned char DATA_PIN> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:159:25: note: template argument deduction/substitution failed:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:165:25: note: template<template class CHIPSET> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:165:25: note: template argument deduction/substitution failed:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:171:25: note: template<template class CHIPSET, EOrder RGB_ORDER> static CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:171:25: note: template argument deduction/substitution failed:
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:178:25: note: template static CLEDController& CFastLED::addLeds(CRGB*, int, int)
C:\Users\Twyst\Documents\Arduino\libraries\FastLED/FastLED.h:178:25: note: template argument deduction/substitution failed:
