Arduino: 1.8.13 (Windows 10), Board: "Arduino Mega or Mega 2560, ATmega2560 (Mega 2560)"
In file included from C:\Users\hanne\OneDrive\Desktop\Arduino\Matrix_Uhrzeit\Matrix_Uhrzeit.ino:4:0:
C:\Users\hanne\OneDrive\Dokumente\Arduino\libraries\FastLED\src/FastLED.h:14:21: note: #pragma message: FastLED version 3.004.000
pragma message "FastLED version 3.004.000"
^~~~~~~~~~~~~~~~~~~~~~~~~~~
C:\Users\hanne\OneDrive\Desktop\Arduino\Matrix_Uhrzeit\Matrix_Uhrzeit.ino: In function 'void setup()':
Matrix_Uhrzeit:116:3: error: 'chooseNextColorPalette' was not declared in this scope
chooseNextColorPalette(gTargetPalette);
^~~~~~~~~~~~~~~~~~~~~~
C:\Users\hanne\OneDrive\Desktop\Arduino\Matrix_Uhrzeit\Matrix_Uhrzeit.ino: At global scope:
Matrix_Uhrzeit:121:39: error: 'sinelon' was not declared in this scope
SimplePatternList gPatterns = {Cylon, sinelon, confetti, sinelon, juggle };
^~~~~~~
Matrix_Uhrzeit:121:48: error: 'confetti' was not declared in this scope
SimplePatternList gPatterns = {Cylon, sinelon, confetti, sinelon, juggle };
^~~~~~~~
Matrix_Uhrzeit:121:58: error: 'sinelon' was not declared in this scope
SimplePatternList gPatterns = {Cylon, sinelon, confetti, sinelon, juggle };
^~~~~~~
Matrix_Uhrzeit:121:67: error: 'juggle' was not declared in this scope
SimplePatternList gPatterns = {Cylon, sinelon, confetti, sinelon, juggle };
^~~~~~
C:\Users\hanne\OneDrive\Desktop\Arduino\Matrix_Uhrzeit\Matrix_Uhrzeit.ino: In function 'void loop()':
Matrix_Uhrzeit:150:7: error: 'DemoReel100' was not declared in this scope
DemoReel100();
^~~~~~~~~~~
Matrix_Uhrzeit:155:7: error: 'Noise' was not declared in this scope
Noise();
^~~~~
C:\Users\hanne\OneDrive\Desktop\Arduino\Matrix_Uhrzeit\Matrix_Uhrzeit.ino:155:7: note: suggested alternative: 'noise'
Noise();
^~~~~
noise
Matrix_Uhrzeit:160:7: error: 'NoisePlayground' was not declared in this scope
NoisePlayground();
^~~~~~~~~~~~~~~
Matrix_Uhrzeit:165:7: error: 'NoisePlusPalette' was not declared in this scope
NoisePlusPalette();
^~~~~~~~~~~~~~~~
C:\Users\hanne\OneDrive\Desktop\Arduino\Matrix_Uhrzeit\Matrix_Uhrzeit.ino:165:7: note: suggested alternative: 'UpscalePalette'
NoisePlusPalette();
^~~~~~~~~~~~~~~~
UpscalePalette
Matrix_Uhrzeit:170:7: error: 'time_and_numbers' was not declared in this scope
time_and_numbers();
^~~~~~~~~~~~~~~~
Matrix_Uhrzeit:175:7: error: 'TwinkleFox' was not declared in this scope
TwinkleFox();
^~~~~~~~~~
Matrix_Uhrzeit:180:7: error: 'XYMatrix' was not declared in this scope
XYMatrix();
^~~~~~~~
Matrix_Uhrzeit:185:7: error: 'muchRGB' was not declared in this scope
muchRGB();
^~~~~~~
C:\Users\hanne\OneDrive\Desktop\Arduino\Matrix_Uhrzeit\Cylon.ino: In function 'void Cylon()':
Cylon:9:5: error: 'fadeall' was not declared in this scope
fadeall();
^~~~~~~
C:\Users\hanne\OneDrive\Desktop\Arduino\Matrix_Uhrzeit\Cylon.ino:9:5: note: suggested alternative: 'ftell'
fadeall();
^~~~~~~
ftell
C:\Users\hanne\OneDrive\Desktop\Arduino\Matrix_Uhrzeit\Cylon.ino: At global scope:
Cylon:14:3: error: expected unqualified-id before 'for'
for (int i = (NUM_LEDS) - 1; i >= 0; i--)
^~~
Cylon:14:32: error: 'i' does not name a type
for (int i = (NUM_LEDS) - 1; i >= 0; i--)
^
Cylon:14:40: error: 'i' does not name a type
for (int i = (NUM_LEDS) - 1; i >= 0; i--)
^
Cylon:22:1: error: expected declaration before '}' token
}
^
exit status 1
'chooseNextColorPalette' was not declared in this scope
Dieser Bericht wäre detaillierter, wenn die Option
"Ausführliche Ausgabe während der Kompilierung"
in Datei -> Voreinstellungen aktiviert wäre.