Game Frame mit NodeMCU V3

Hier die Fehlermeldung (ich musste sie etwas einkürzen weil sie einfach zu lang ist :confused: )

Arduino: 1.8.9 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Flash, Disabled, 4M (1M SPIFFS), v2 Lower Memory, Disabled, None, Only Sketch, 115200"

In file included from C:\Users\Max\Desktop\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX\LED-PIXELART-MATRIX.ino:2:0:

C:\Users\Max\Documents\Arduino\libraries\FastLED/FastLED.h:14:21: note: #pragma message: FastLED version 3.003.002

 #    pragma message "FastLED version 3.003.002"

                     ^

In file included from C:\Users\Max\Documents\Arduino\libraries\FastLED/FastLED.h:65:0,

                 from C:\Users\Max\Desktop\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX\LED-PIXELART-MATRIX.ino:2:

C:\Users\Max\Documents\Arduino\libraries\FastLED/fastspi.h:130:23: note: #pragma message: No hardware SPI pins defined.  All SPI access will default to bitbanged output

 #      pragma message "No hardware SPI pins defined.  All SPI access will default to bitbanged output"

                       ^

In file included from C:\Users\Max\Desktop\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX\LED-PIXELART-MATRIX.ino:11:0:

C:\Users\Max\Documents\Arduino\libraries\Matrix/Matrix.h:10:15: error: 'MATRIX_WIDTH' was not declared in this scope

     CRGB leds[MATRIX_WIDTH * MATRIX_HEIGHT];

               ^

C:\Users\Max\Documents\Arduino\libraries\Matrix/Matrix.h:10:30: error: 'MATRIX_HEIGHT' was not declared in this scope

     CRGB leds[MATRIX_WIDTH * MATRIX_HEIGHT];

                              ^

In file included from C:\Users\Max\Desktop\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX\LED-PIXELART-MATRIX.ino:11:0:

C:\Users\Max\Documents\Arduino\libraries\Matrix/Matrix.h:30:5: error: section attribute not allowed for 'errorImage'

     };

     ^

In file included from C:\Users\Max\Desktop\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX\LED-PIXELART-MATRIX.ino:11:0:

C:\Users\Max\Documents\Arduino\libraries\Matrix/Matrix.h:11:20: error: 'MATRIX_ROTATION' was not declared in this scope

     int rotation = MATRIX_ROTATION;

                    ^

In file included from C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h:5:0,

                 from C:\Users\Max\Desktop\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX\LED-PIXELART-MATRIX.ino:12:

C:\Users\Max\Documents\Arduino\libraries\fonts/fonts.h:9:71: error: section attribute not allowed for 'n1'

     bool n1[15] PROGMEM = {0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1};

                                                                       ^

C:\Users\Max\Documents\Arduino\libraries\fonts/fonts.h:10:71: error: section attribute not allowed for 'n2'

     bool n2[15] PROGMEM = {1, 1, 1, 1, 0, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1};

                                                                       ^

                                                                                         ^

C:\Users\Max\Documents\Arduino\libraries\fonts/fonts.h:86:89: error: section attribute not allowed for 'n0'

     bool n0[21] PROGMEM = {1, 1, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1, 1, 1};

                                                                                         ^

C:\Users\Max\Documents\Arduino\libraries\fonts/fonts.h:87:89: error: section attribute not allowed for 'nc'

     bool nc[21] PROGMEM = {1, 1, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0};

                                                                                         ^

In file included from C:\Users\Max\Desktop\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX\LED-PIXELART-MATRIX.ino:12:0:

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h:62:29: error: 'ANIMATION_DURATION' was not declared in this scope

     int animationDuration = ANIMATION_DURATION;

                             ^

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h: In constructor 'AnimationHandler::AnimationHandler(Matrix&)':

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h:72:21: error: 'SD_PIN' was not declared in this scope

       if (!SD.begin(SD_PIN)) {

                     ^

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h: In member function 'byte AnimationHandler::drawAnimation()':

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h:148:11: error: 'DEBUG' was not declared in this scope

       if (DEBUG) Serial.println("Number of Frames:" + String(frames));

           ^

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h:184:18: error: 'AUTO_CLOCK_DURATION' was not declared in this scope

             if  (AUTO_CLOCK_DURATION != 0) {

                  ^

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h: In member function 'int AnimationHandler::readFromConfig(String)':

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h:210:15: error: 'DEBUG' was not declared in this scope

           if (DEBUG) Serial.println(line);

               ^

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h:213:15: error: 'DEBUG' was not declared in this scope

           if (DEBUG) Serial.println(line);

               ^

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h:215:15: error: 'DEBUG' was not declared in this scope

           if (DEBUG) Serial.println(output);

               ^

In file included from C:\Users\Max\Desktop\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX\LED-PIXELART-MATRIX.ino:12:0:

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h: In member function 'int AnimationHandler::readBMP(String)':

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h:245:11: error: 'DEBUG' was not declared in this scope

       if (DEBUG) {

           ^

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h: In member function 'void AnimationHandler::timemode(bool)':

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h:342:26: error: 'AUTO_CLOCK_DURATION' was not declared in this scope

         if (autocycle && AUTO_CLOCK_DURATION != 0) {

                          ^

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h: In function 'int countFrames(String, String)':

C:\Users\Max\Documents\Arduino\libraries\animationHandler/animationHandler.h:366:51: error: 'FILE_APPEND' was not declared in this scope

   File configfile = SD.open(path + "/config.ini", FILE_APPEND);

                                                   ^

C:\Users\Max\Desktop\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX-master\LED-PIXELART-MATRIX\LED-PIXELART-MATRIX.ino: In function 'void setup()':

LED-PIXELART-MATRIX:22:11: error: 'LS_PIN' was not declared in this scope

   pinMode(LS_PIN, INPUT);

           ^

LED-PIXELART-MATRIX:23:11: error: 'LS_VCC' was not declared in this scope

   pinMode(LS_VCC, OUTPUT);

           ^

LED-PIXELART-MATRIX:24:11: error: 'LS_GND' was not declared in this scope

   pinMode(LS_GND, OUTPUT);

           ^

LED-PIXELART-MATRIX:25:11: error: 'BUTTON_GND' was not declared in this scope

   pinMode(BUTTON_GND, OUTPUT);

           ^

LED-PIXELART-MATRIX:26:11: error: 'BUTTON1_PIN' was not declared in this scope

   pinMode(BUTTON1_PIN, INPUT_PULLUP);

           ^

LED-PIXELART-MATRIX:27:11: error: 'BUTTON2_PIN' was not declared in this scope

   pinMode(BUTTON2_PIN, INPUT_PULLUP);

           ^

LED-PIXELART-MATRIX:28:11: error: 'BUTTON3_PIN' was not declared in this scope

   pinMode(BUTTON3_PIN, INPUT_PULLUP);

           ^

Multiple libraries were found for "SD.h"
 Used: C:\Users\Max\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.0\libraries\SD
 Not used: C:\Users\Max\Documents\Arduino\libraries\SD
 Not used: C:\Program Files (x86)\Arduino\libraries\SD
exit status 1
'LS_PIN' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.