Advertisement
Guest User

Error Messages

a guest
Jul 6th, 2015
404
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.25 KB | None | 0 0
  1. Arduino: 1.6.5 (Windows 7), TD: 1.24, Board: "Teensy 3.1, Serial, 96 MHz optimized (overclock), US English"
  2.  
  3. Build options changed, rebuilding all
  4.  
  5. Using library SmartMatrix_32x32 in folder: D:\Documents\Arduino\libraries\SmartMatrix_32x32 (1.0.x format)
  6.  
  7. Using library FastLED-3.0.3 in folder: D:\Documents\Arduino\libraries\FastLED-3.0.3 (1.0.x format)
  8.  
  9. Using library IRremote in folder: D:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\IRremote (1.0.x format)
  10.  
  11. Using library SPI in folder: D:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SPI (1.0.x format)
  12.  
  13. Using library SD in folder: D:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD (1.0.x format)
  14.  
  15. Using library Wire in folder: D:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Wire (1.0.x format)
  16.  
  17. Using library Time in folder: D:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Time
  18.  
  19. Using library DS1307RTC in folder: D:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\DS1307RTC
  20.  
  21. Using library aJson-master in folder: D:\Documents\Arduino\libraries\aJson-master (1.0.x format)
  22.  
  23.  
  24.  
  25. D:\Program Files (x86)\Arduino/hardware/tools/arm/bin/arm-none-eabi-g++ -c -O -g -Wall -ffunction-sections -fdata-sections -MMD -nostdlib -fno-exceptions -felide-constructors -std=gnu++0x -fno-rtti -mthumb -mcpu=cortex-m4 -D__MK20DX256__ -DTEENSYDUINO=124 -DARDUINO=10605 -DF_CPU=96000000 -DARDUINO_ARCH_AVR -DUSB_SERIAL -DLAYOUT_US_ENGLISH -ID:\Program Files (x86)\Arduino\hardware\teensy\avr\cores\teensy3 -ID:\Documents\Arduino\libraries\SmartMatrix_32x32 -ID:\Documents\Arduino\libraries\FastLED-3.0.3 -ID:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\IRremote -ID:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SPI -ID:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\SD -ID:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Wire -ID:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\Time -ID:\Program Files (x86)\Arduino\hardware\teensy\avr\libraries\DS1307RTC -ID:\Documents\Arduino\libraries\aJson-master C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\aurora.cpp -o C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\aurora.cpp.o
  26.  
  27. In file included from Aurora.ino:31:0:
  28. D:\Documents\Arduino\libraries\FastLED-3.0.3/FastLED.h:11:2: warning: #warning FastLED version 3.000.002 (Not really a warning, just telling you here.) [-Wcpp]
  29. #warning FastLED version 3.000.002 (Not really a warning, just telling you here.)
  30. ^
  31. In file included from D:\Documents\Arduino\libraries\FastLED-3.0.3/fastspi.h:50:0,
  32. from D:\Documents\Arduino\libraries\FastLED-3.0.3/FastLED.h:31,
  33. from Aurora.ino:31:
  34. D:\Documents\Arduino\libraries\FastLED-3.0.3/fastspi_arm_k20.h: In member function 'void ARMHardwareSPIOutput<_DATA_PIN, _CLOCK_PIN, _SPI_CLOCK_DIVIDER, pSPIX>::init()':
  35. D:\Documents\Arduino\libraries\FastLED-3.0.3/fastspi_arm_k20.h:194:24: error: 'SPI0' was not declared in this scope
  36. if((SPI_t*)pSPIX == &SPI0) {
  37. ^
  38. In file included from Aurora.ino:80:0:
  39. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Effects.h: In function 'uint8_t beatcos8(accum88, uint8_t, uint8_t, uint32_t, uint8_t)':
  40. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Effects.h:84:50: error: too many arguments to function 'uint8_t beat8(accum88)'
  41. uint8_t beat = beat8(beats_per_minute, timebase);
  42. ^
  43. In file included from D:\Documents\Arduino\libraries\FastLED-3.0.3/pixeltypes.h:5:0,
  44. from D:\Documents\Arduino\libraries\FastLED-3.0.3/controller.h:5,
  45. from D:\Documents\Arduino\libraries\FastLED-3.0.3/FastLED.h:29,
  46. from Aurora.ino:31:
  47. D:\Documents\Arduino\libraries\FastLED-3.0.3/lib8tion.h:1762:20: note: declared here
  48. LIB8STATIC uint8_t beat8( accum88 beats_per_minute)
  49. ^
  50. In file included from Aurora.ino:80:0:
  51. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Effects.h: In function 'uint8_t beattriwave8(accum88, uint8_t, uint8_t, uint32_t, uint8_t)':
  52. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Effects.h:94:50: error: too many arguments to function 'uint8_t beat8(accum88)'
  53. uint8_t beat = beat8(beats_per_minute, timebase);
  54. ^
  55. In file included from D:\Documents\Arduino\libraries\FastLED-3.0.3/pixeltypes.h:5:0,
  56. from D:\Documents\Arduino\libraries\FastLED-3.0.3/controller.h:5,
  57. from D:\Documents\Arduino\libraries\FastLED-3.0.3/FastLED.h:29,
  58. from Aurora.ino:31:
  59. D:\Documents\Arduino\libraries\FastLED-3.0.3/lib8tion.h:1762:20: note: declared here
  60. LIB8STATIC uint8_t beat8( accum88 beats_per_minute)
  61. ^
  62. In file included from Aurora.ino:80:0:
  63. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Effects.h: At global scope:
  64. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Effects.h:702:100: error: 'LINEARBLEND' was not declared in this scope
  65. CRGB ColorFromCurrentPalette(uint8_t index = 0, uint8_t brightness = 255, TBlendType blendType = LINEARBLEND) {
  66. ^
  67. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Effects.h:171:33: error: 'LINEARBLEND' was not declared in this scope
  68. TBlendType currentBlendType = LINEARBLEND;
  69. ^
  70. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Effects.h: In member function 'void Effects::BresenhamLine(int, int, int, int, byte)':
  71. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Effects.h:674:69: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  72. BresenhamLine(x0, y0, x1, y1, ColorFromCurrentPalette(colorIndex));
  73. ^
  74. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Effects.h: In member function 'void Effects::Pixel(int, int, uint8_t)':
  75. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Effects.h:699:56: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  76. leds[XY(x, y)] = ColorFromCurrentPalette(colorIndex);
  77. ^
  78. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:31:0,
  79. from Aurora.ino:112:
  80. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h: In member function 'virtual unsigned int PatternMultipleStream::drawFrame()':
  81. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h:57:89: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  82. effects.leds[XY(x1, x2)] = effects.ColorFromCurrentPalette(patternNoiseSmearingHue);
  83. ^
  84. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h:58:95: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  85. effects.leds[XY(x2, y2)] = effects.ColorFromCurrentPalette(patternNoiseSmearingHue + 128);
  86. ^
  87. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h: In member function 'virtual unsigned int PatternMultipleStream2::drawFrame()':
  88. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h:90:90: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  89. effects.leds[XY(xx, yy)] += effects.ColorFromCurrentPalette(patternNoiseSmearingHue);
  90. ^
  91. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h:94:95: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  92. effects.leds[XY(xx, yy)] += effects.ColorFromCurrentPalette(patternNoiseSmearingHue + 80);
  93. ^
  94. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h:96:96: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  95. effects.leds[XY(15, 15)] += effects.ColorFromCurrentPalette(patternNoiseSmearingHue + 160);
  96. ^
  97. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h: In member function 'virtual unsigned int PatternMultipleStream3::drawFrame()':
  98. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h:128:73: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  99. effects.leds[XY(i, 15)] += effects.ColorFromCurrentPalette(i * 8);
  100. ^
  101. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h: In member function 'virtual unsigned int PatternMultipleStream4::drawFrame()':
  102. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h:160:90: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  103. effects.leds[XY(15, 15)] += effects.ColorFromCurrentPalette(patternNoiseSmearingHue);
  104. ^
  105. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h: In member function 'virtual unsigned int PatternMultipleStream5::drawFrame()':
  106. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h:195:73: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  107. effects.leds[XY(i, 31)] += effects.ColorFromCurrentPalette(i * 8);
  108. ^
  109. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h: In member function 'virtual unsigned int PatternMultipleStream8::drawFrame()':
  110. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h:229:80: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  111. effects.leds[XY(x, y)] += effects.ColorFromCurrentPalette((x * y) / 4);
  112. ^
  113. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h: In member function 'virtual unsigned int PatternPaletteSmear::drawFrame()':
  114. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternNoiseSmearing.h:263:85: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  115. effects.leds[XY(x, y)] += effects.ColorFromCurrentPalette(x * 8, y * 8 + 7);
  116. ^
  117. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:32:0,
  118. from Aurora.ino:112:
  119. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSpiro.h: In member function 'virtual unsigned int PatternSpiro::drawFrame()':
  120. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSpiro.h:57:86: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  121. CRGB color = effects.ColorFromCurrentPalette(hueoffset + i * spirooffset, 128);
  122. ^
  123. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSpiro.h:63:24: error: 'EVERY_N_MILLIS' was not declared in this scope
  124. EVERY_N_MILLIS(25) {
  125. ^
  126. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSpiro.h:63:26: error: expected ';' before '{' token
  127. EVERY_N_MILLIS(25) {
  128. ^
  129. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSpiro.h:81:5: error: expected '}' at end of input
  130. }
  131. ^
  132. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSpiro.h:81:5: warning: no return statement in function returning non-void [-Wreturn-type]
  133. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:33:0,
  134. from Aurora.ino:112:
  135. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternRadar.h: In member function 'virtual unsigned int PatternRadar::drawFrame()':
  136. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternRadar.h:40:57: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  137. CRGB color = effects.ColorFromCurrentPalette(hue);
  138. ^
  139. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternRadar.h:46:26: error: 'EVERY_N_MILLIS' was not declared in this scope
  140. EVERY_N_MILLIS(25) {
  141. ^
  142. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternRadar.h:46:28: error: expected ';' before '{' token
  143. EVERY_N_MILLIS(25) {
  144. ^
  145. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:34:0,
  146. from Aurora.ino:112:
  147. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternAnalogClock.h: In member function 'virtual unsigned int PatternAnalogClock::drawFrame()':
  148. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternAnalogClock.h:75:81: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  149. effects.leds[XY(xm, ym)] += effects.ColorFromCurrentPalette(beat8(1));
  150. ^
  151. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:35:0,
  152. from Aurora.ino:112:
  153. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSwirl.h: In member function 'virtual unsigned int PatternSwirl::drawFrame()':
  154. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSwirl.h:63:72: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  155. effects.leds[XY(i, j)] += effects.ColorFromCurrentPalette(ms / 11);
  156. ^
  157. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSwirl.h:64:72: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  158. effects.leds[XY(j, i)] += effects.ColorFromCurrentPalette(ms / 13);
  159. ^
  160. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSwirl.h:65:74: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  161. effects.leds[XY(ni, nj)] += effects.ColorFromCurrentPalette(ms / 17);
  162. ^
  163. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSwirl.h:66:74: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  164. effects.leds[XY(nj, ni)] += effects.ColorFromCurrentPalette(ms / 29);
  165. ^
  166. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSwirl.h:67:73: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  167. effects.leds[XY(i, nj)] += effects.ColorFromCurrentPalette(ms / 37);
  168. ^
  169. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSwirl.h:68:73: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  170. effects.leds[XY(ni, j)] += effects.ColorFromCurrentPalette(ms / 41);
  171. ^
  172. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:36:0,
  173. from Aurora.ino:112:
  174. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternPendulumWave.h: In member function 'virtual unsigned int PatternPendulumWave::drawFrame()':
  175. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternPendulumWave.h:49:69: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  176. matrix.drawPixel(x, y, effects.ColorFromCurrentPalette(x * 7));
  177. ^
  178. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:37:0,
  179. from Aurora.ino:112:
  180. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFlowField.h: In member function 'virtual unsigned int PatternFlowField::drawFrame()':
  181. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFlowField.h:71:105: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  182. matrix.drawPixel(boid->location.x, boid->location.y, effects.ColorFromCurrentPalette(angle + hue)); // color
  183. ^
  184. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFlowField.h:80:25: error: 'EVERY_N_MILLIS' was not declared in this scope
  185. EVERY_N_MILLIS(200) {
  186. ^
  187. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFlowField.h:80:27: error: expected ';' before '{' token
  188. EVERY_N_MILLIS(200) {
  189. ^
  190. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:38:0,
  191. from Aurora.ino:112:
  192. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternIncrementalDrift.h: In member function 'virtual unsigned int PatternIncrementalDrift::drawFrame()':
  193. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternIncrementalDrift.h:39:66: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  194. CRGB color = effects.ColorFromCurrentPalette((i - 2) * 14);
  195. ^
  196. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:39:0,
  197. from Aurora.ino:112:
  198. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternIncrementalDrift2.h: In member function 'virtual unsigned int PatternIncrementalDrift2::drawFrame()':
  199. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternIncrementalDrift2.h:47:57: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  200. color = effects.ColorFromCurrentPalette(i * 14);
  201. ^
  202. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternIncrementalDrift2.h:53:64: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  203. color = effects.ColorFromCurrentPalette((31 - i) * 14);
  204. ^
  205. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:40:0,
  206. from Aurora.ino:112:
  207. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternMunch.h: In member function 'virtual unsigned int PatternMunch::drawFrame()':
  208. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternMunch.h:44:126: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  209. effects.leds[XY(x, y)] = (x ^ y ^ flip) < count ? effects.ColorFromCurrentPalette(((x ^ y) << 3) + generation) : CRGB::Black;
  210. ^
  211. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:42:0,
  212. from Aurora.ino:112:
  213. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSpin.h: In member function 'virtual unsigned int PatternSpin::drawFrame()':
  214. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSpin.h:54:63: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  215. CRGB color = effects.ColorFromCurrentPalette(speed * 8);
  216. ^
  217. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:43:0,
  218. from Aurora.ino:112:
  219. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSimplexNoise.h: In member function 'void PatternSimplexNoise::ShowNoiseLayer(byte, byte, byte)':
  220. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSimplexNoise.h:71:109: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  221. effects.leds[XY(i, j)] = effects.ColorFromCurrentPalette(colorrepeat * (pixel + colorshift), pixel);
  222. ^
  223. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:44:0,
  224. from Aurora.ino:112:
  225. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternWave.h: In member function 'virtual unsigned int PatternWave::drawFrame()':
  226. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternWave.h:64:83: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  227. matrix.drawPixel(x, n, effects.ColorFromCurrentPalette(x + hue));
  228. ^
  229. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternWave.h:66:94: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  230. matrix.drawPixel(x, maxY - n, effects.ColorFromCurrentPalette(x + hue));
  231. ^
  232. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternWave.h:73:83: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  233. matrix.drawPixel(n, y, effects.ColorFromCurrentPalette(y + hue));
  234. ^
  235. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternWave.h:75:94: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  236. matrix.drawPixel(maxX - n, y, effects.ColorFromCurrentPalette(y + hue));
  237. ^
  238. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternWave.h:82:83: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  239. matrix.drawPixel(x, n, effects.ColorFromCurrentPalette(x + hue));
  240. ^
  241. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternWave.h:84:94: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  242. matrix.drawPixel(x, maxY - n, effects.ColorFromCurrentPalette(x + hue));
  243. ^
  244. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternWave.h:91:83: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  245. matrix.drawPixel(n, y, effects.ColorFromCurrentPalette(y + hue));
  246. ^
  247. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternWave.h:93:94: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  248. matrix.drawPixel(maxX - n, y, effects.ColorFromCurrentPalette(y + hue));
  249. ^
  250. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:45:0,
  251. from Aurora.ino:112:
  252. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternAttract.h: In member function 'virtual unsigned int PatternAttract::drawFrame()':
  253. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternAttract.h:64:111: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  254. matrix.drawPixel(boid.location.x, boid.location.y, effects.ColorFromCurrentPalette(boid.colorIndex));
  255. ^
  256. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:46:0,
  257. from Aurora.ino:112:
  258. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternBounce.h: In member function 'virtual unsigned int PatternBounce::drawFrame()':
  259. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternBounce.h:59:111: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  260. matrix.drawPixel(boid.location.x, boid.location.y, effects.ColorFromCurrentPalette(boid.colorIndex));
  261. ^
  262. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:47:0,
  263. from Aurora.ino:112:
  264. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFlock.h: In member function 'virtual unsigned int PatternFlock::drawFrame()':
  265. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFlock.h:78:55: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  266. CRGB color = effects.ColorFromCurrentPalette(hue);
  267. ^
  268. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFlock.h:105:58: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  269. color = effects.ColorFromCurrentPalette(hue + 128);
  270. ^
  271. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFlock.h:113:25: error: 'EVERY_N_MILLIS' was not declared in this scope
  272. EVERY_N_MILLIS(200) {
  273. ^
  274. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFlock.h:113:27: error: expected ';' before '{' token
  275. EVERY_N_MILLIS(200) {
  276. ^
  277. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFlock.h:117:25: error: 'EVERY_N_SECONDS' was not declared in this scope
  278. EVERY_N_SECONDS(30) {
  279. ^
  280. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFlock.h:117:27: error: expected ';' before '{' token
  281. EVERY_N_SECONDS(30) {
  282. ^
  283. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:50:0,
  284. from Aurora.ino:112:
  285. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSnake.h: In member function 'virtual unsigned int PatternSnake::drawFrame()':
  286. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSnake.h:119:90: error: 'LINEARBLEND' was not declared in this scope
  287. fill_palette(colors, SNAKE_LENGTH, initialHue++, 5, effects.currentPalette, 255, LINEARBLEND);
  288. ^
  289. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:51:0,
  290. from Aurora.ino:112:
  291. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternInvaders.h: In member function 'virtual unsigned int PatternInvadersSmall::drawFrame()':
  292. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternInvaders.h:43:67: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  293. CRGB color1 = effects.ColorFromCurrentPalette(random(0, 255));
  294. ^
  295. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternInvaders.h: In member function 'virtual unsigned int PatternInvadersMedium::drawFrame()':
  296. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternInvaders.h:85:67: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  297. CRGB color1 = effects.ColorFromCurrentPalette(random(0, 255));
  298. ^
  299. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternInvaders.h: In member function 'virtual unsigned int PatternInvadersLarge::drawFrame()':
  300. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternInvaders.h:127:67: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  301. CRGB color1 = effects.ColorFromCurrentPalette(random(0, 255));
  302. ^
  303. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:52:0,
  304. from Aurora.ino:112:
  305. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternCube.h: In member function 'virtual unsigned int PatternCube::drawFrame()':
  306. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternCube.h:183:60: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  307. CRGB color = effects.ColorFromCurrentPalette(hue, 128);
  308. ^
  309. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternCube.h:195:55: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  310. color = effects.ColorFromCurrentPalette(hue, 255);
  311. ^
  312. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:53:0,
  313. from Aurora.ino:112:
  314. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFire.h: In member function 'virtual unsigned int PatternFire::drawFrame()':
  315. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternFire.h:96:74: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  316. effects.leds[xy] = effects.ColorFromCurrentPalette(colorIndex);
  317. ^
  318. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:54:0,
  319. from Aurora.ino:112:
  320. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternLife.h: In member function 'virtual unsigned int PatternLife::drawFrame()':
  321. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternLife.h:88:117: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  322. effects.leds[XY(i, j)] = effects.ColorFromCurrentPalette(world[i][j].hue * 4, world[i][j].brightness);
  323. ^
  324. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:55:0,
  325. from Aurora.ino:112:
  326. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternMaze.h: In member function 'CRGB PatternMaze::chooseColor(int)':
  327. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternMaze.h:137:57: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  328. return effects.ColorFromCurrentPalette(h);
  329. ^
  330. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternMaze.h:140:61: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  331. return effects.ColorFromCurrentPalette(hue++);
  332. ^
  333. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:56:0,
  334. from Aurora.ino:112:
  335. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternPulse.h: In member function 'virtual unsigned int PatternPulse::drawFrame()':
  336. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternPulse.h:55:86: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  337. matrix.drawCircle(centerX, centerY, step, effects.ColorFromCurrentPalette(hue));
  338. ^
  339. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternPulse.h:61:119: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  340. matrix.drawCircle(centerX, centerY, step, effects.ColorFromCurrentPalette(hue, pow(fadeRate, step - 2) * 255));
  341. ^
  342. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternPulse.h:65:125: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  343. matrix.drawCircle(centerX, centerY, step - 3, effects.ColorFromCurrentPalette(hue, pow(fadeRate, step - 2) * 255));
  344. ^
  345. In file included from C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\Patterns.h:58:0,
  346. from Aurora.ino:112:
  347. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSpark.h: In member function 'virtual unsigned int PatternSpark::drawFrame()':
  348. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\PatternSpark.h:92:74: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  349. effects.leds[xy] = effects.ColorFromCurrentPalette(colorIndex);
  350. ^
  351. In file included from Aurora.ino:115:0:
  352. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::circles()':
  353. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:115:63: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  354. CRGB color = effects.ColorFromCurrentPalette(level / 4);
  355. ^
  356. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::boxes()':
  357. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:136:63: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  358. CRGB color = effects.ColorFromCurrentPalette(level / 4);
  359. ^
  360. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::miniAnalyzer()':
  361. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:156:188: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  362. matrix.drawLine((MATRIX_WIDTH - bandCount) + i, MATRIX_HEIGHT - 1, (MATRIX_WIDTH - bandCount) + i, (MATRIX_HEIGHT - 1) - levels[i] / 256, effects.ColorFromCurrentPalette((-i) * 15));
  363. ^
  364. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::analyzerColumnsByBand()':
  365. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:301:60: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  366. CRGB color = effects.ColorFromCurrentPalette(x * 40);
  367. ^
  368. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::analyzerColumnsByIntensity()':
  369. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:310:63: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  370. CRGB color = effects.ColorFromCurrentPalette(level / 4);
  371. ^
  372. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::analyzerLinesByIntensity()':
  373. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:321:63: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  374. CRGB color = effects.ColorFromCurrentPalette(level / 4);
  375. ^
  376. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::fallingSpectrogramPaletteSpectrum()':
  377. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:364:89: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  378. CRGB color = effects.ColorFromCurrentPalette(x * (240 / MATRIX_WIDTH), level / 4); // CHSV(i * 36, 255, levels[i] / 4); // brightness should be divided by 4
  379. ^
  380. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::fallingSpectrogram()':
  381. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:380:74: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  382. color = effects.ColorFromCurrentPalette(205 - (level / 4 - 205));
  383. ^
  384. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:382:60: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  385. color = effects.ColorFromCurrentPalette(level / 4);
  386. ^
  387. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::fallingWavySpectrogram()':
  388. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:405:89: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  389. CRGB color = effects.ColorFromCurrentPalette(x * (240 / MATRIX_WIDTH), level / 4); // CHSV(i * 36, 255, levels[i] / 4);
  390. ^
  391. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::drawRandomEmitters()':
  392. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:480:140: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  393. effects.leds[XY(random(0, MATRIX_WIDTH - 1), random(0, MATRIX_HEIGHT - 1))] = effects.ColorFromCurrentPalette(colorIndex, level / 4);
  394. ^
  395. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::linesFromCenterToOutside()':
  396. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:505:65: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  397. CRGB color = effects.ColorFromCurrentPalette(level / 4);
  398. ^
  399. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::fire()':
  400. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:903:74: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  401. effects.leds[xy] = effects.ColorFromCurrentPalette(colorIndex);
  402. ^
  403. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::pendulumWave()':
  404. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:923:73: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  405. matrix.drawPixel(x, y, effects.ColorFromCurrentPalette(level / 4));
  406. ^
  407. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::incrementalDrift()':
  408. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:945:63: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  409. CRGB color = effects.ColorFromCurrentPalette(level / 4);
  410. ^
  411. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::incrementalDrift2()':
  412. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:981:63: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  413. CRGB color = effects.ColorFromCurrentPalette(level / 4);
  414. ^
  415. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::bounce()':
  416. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1036:135: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  417. matrix.drawPixel(boid.location.x, boid.location.y, effects.ColorFromCurrentPalette(((MATRIX_HEIGHT - 1) - boid.location.y) * 7));
  418. ^
  419. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::paletteSmear()':
  420. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1048:89: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  421. effects.leds[XY(x, y)] += effects.ColorFromCurrentPalette(level / 5, y * 8 + 7);
  422. ^
  423. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::gauge()':
  424. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1058:60: error: 'blur2d' was not declared in this scope
  425. blur2d( effects.leds, MATRIX_WIDTH, MATRIX_HEIGHT, 10);
  426. ^
  427. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1070:80: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  428. effects.leds[XY(x, y)] += effects.ColorFromCurrentPalette(level / 5, 64);
  429. ^
  430. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1076:80: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  431. effects.leds[XY(x, y)] += effects.ColorFromCurrentPalette(level / 5, 64);
  432. ^
  433. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::gauge2()':
  434. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1081:60: error: 'blur2d' was not declared in this scope
  435. blur2d( effects.leds, MATRIX_WIDTH, MATRIX_HEIGHT, 10);
  436. ^
  437. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1093:89: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  438. effects.leds[XY(x, y)] += effects.ColorFromCurrentPalette(offset * 18, level / 4);
  439. ^
  440. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1099:89: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  441. effects.leds[XY(x, y)] += effects.ColorFromCurrentPalette(offset * 18, level / 4);
  442. ^
  443. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::radialTest()':
  444. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1108:57: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  445. CRGB color = effects.ColorFromCurrentPalette(hue);
  446. ^
  447. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1114:26: error: 'EVERY_N_MILLIS' was not declared in this scope
  448. EVERY_N_MILLIS(25) {
  449. ^
  450. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1114:28: error: expected ';' before '{' token
  451. EVERY_N_MILLIS(25) {
  452. ^
  453. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::radar()':
  454. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1133:77: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  455. CRGB color = effects.ColorFromCurrentPalette(offset * 18, brightness);
  456. ^
  457. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1140:72: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  458. color = effects.ColorFromCurrentPalette(offset * 18, brightness);
  459. ^
  460. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::spiralSpectrum()':
  461. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1156:71: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  462. CRGB color = effects.ColorFromCurrentPalette(i * 15, level / 4);
  463. ^
  464. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h: In member function 'void AudioPatterns::spiralSpectrum2()':
  465. C:\USERS\MLP\APPDATA\LOCAL\TEMP\build6205750609777329549.tmp\AudioPatterns.h:1170:71: error: call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
  466. CRGB color = effects.ColorFromCurrentPalette(i * 15, level / 4);
  467. ^
  468. call to 'CRGB Effects::ColorFromCurrentPalette(uint8_t, uint8_t, TBlendType)' uses the default argument for parameter 3, which is not yet defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement