Moin,
ich habe meinen TFT Display richtig angeschlossen und benutze eines der Beispiel Sketche. Aber dann wird mir ... angezeigt.
In file included from D:\Arduino\libraries\TFT\src/TFT.h:36:0,
from C:\Users\marti\OneDrive\Dokumente\Arduino\libraries\TFT-master\examples\Arduino\TFTDisplayText\TFTDisplayText.ino:18:
D:\Arduino\libraries\TFT\src/utility/Adafruit_GFX.h:60:3: warning: #warning "The SD library was not found. loadImage() and image() won't be supported." [-Wcpp]
#warning "The SD library was not found. loadImage() and image() won't be supported."
^~~~~~~
In file included from D:\Arduino\libraries\TFT\src\TFT.h:36:0,
from D:\Arduino\libraries\TFT\src\TFT.cpp:32:
D:\Arduino\libraries\TFT\src\utility/Adafruit_GFX.h:60:3: warning: #warning "The SD library was not found. loadImage() and image() won't be supported." [-Wcpp]
#warning "The SD library was not found. loadImage() and image() won't be supported."
^~~~~~~
In file included from D:\Arduino\libraries\TFT\src\utility\Adafruit_GFX.cpp:34:0:
D:\Arduino\libraries\TFT\src\utility\Adafruit_GFX.h:60:3: warning: #warning "The SD library was not found. loadImage() and image() won't be supported." [-Wcpp]
#warning "The SD library was not found. loadImage() and image() won't be supported."
^~~~~~~
In file included from D:\Arduino\libraries\TFT\src\utility\Adafruit_ST7735.h:28:0,
from D:\Arduino\libraries\TFT\src\utility\Adafruit_ST7735.cpp:19:
D:\Arduino\libraries\TFT\src\utility\Adafruit_GFX.h:60:3: warning: #warning "The SD library was not found. loadImage() and image() won't be supported." [-Wcpp]
#warning "The SD library was not found. loadImage() and image() won't be supported."
^~~~~~~
Also, die SD libary wurde nicht gefunden, sie ist aber in dem libarys Verzeichnis, wo sie auch sein sollte. Alles ist da, ich weis nicht was fehlt. Kann mir jemand helfen?