Hallo erstmal von einem Neuling im Forum.
Ich arbeite schon seit einer Weile mit dem Arduino Mega und habe auch schon einige grundsachen gemacht.
Ich habe nun ein ITDB02-5.0 http://www.exp-tech.de/Displays/ITDB02-5-0-TFT-LCD.html bekommen und das passende Shield dazu.
Das Problem ist, das ich nicht mehr wie ein weißes Display hinbekomme (blöd gesagt).
Ich habe die UTFT - Libraries von Henning Karlson (Electronics - Henning Karlsen runtergeladen und auch die weiteren (UTouch usw.) Die Libraries habe ich unter Dokumente/Arduino/Libraries(Selbsterstellt) und dort eingefügt. Wenn ich Arduino nun öffne, sehe ich die Beispiel aufgaben auch und kann sie öffnen. jedoch, wenn ich sie auf mein Arduino uploaden will, kommt immer folgende Fehlermeldung (Es ist der Button - Demo - Sketch):
UTFT_Buttons_Bitmap_Demo:53: error: 'UTFT' does not name a type
UTFT_Buttons_Bitmap_Demo:64: error: 'UTouch' does not name a type
UTFT_Buttons_Bitmap_Demo:67: error: 'UTFT_Buttons' does not name a type
UTFT_Buttons_Bitmap_Demo.ino: In function 'void setup()':
UTFT_Buttons_Bitmap_Demo:71: error: 'myGLCD' was not declared in this scope
UTFT_Buttons_Bitmap_Demo:75: error: 'myTouch' was not declared in this scope
UTFT_Buttons_Bitmap_Demo:76: error: 'PREC_MEDIUM' was not declared in this scope
UTFT_Buttons_Bitmap_Demo:78: error: 'myButtons' was not declared in this scope
UTFT_Buttons_Bitmap_Demo.ino: In function 'void loop()':
UTFT_Buttons_Bitmap_Demo:85: error: 'myButtons' was not declared in this scope
UTFT_Buttons_Bitmap_Demo:88: error: 'BUTTON_NO_BORDER' was not declared in this scope
UTFT_Buttons_Bitmap_Demo:92: error: 'myGLCD' was not declared in this scope
UTFT_Buttons_Bitmap_Demo:93: error: 'VGA_BLACK' was not declared in this scope
UTFT_Buttons_Bitmap_Demo:94: error: 'VGA_WHITE' was not declared in this scope
UTFT_Buttons_Bitmap_Demo:99: error: 'myTouch' was not declared in this scope
kann mir jemand sagen, wie ich das beheben kann?