Hi,
@ markbee,
folgendes steht in meinem Code:
// Uncomment the next line for Arduino 2009/Uno
//UTFT(byte model, int RS, int WR,int CS, int RST,int ALE,int SER)
UTFT myGLCD(ITDB32S,A1,A2,A0,A4,A5); // Remember to change the model parameter to suit your display module!
// Uncomment the next line for Arduino Mega
//UTFT myGLCD(ITDB32S,38,39,40,41); // Remember to change the model parameter to suit your display module!
Wenn ich die erste Variante (für Arduino 2009/Uno) nutze "UTFT myGLCD(ITDB32S,A1,A2,A0,A4,A5); "
dann habe ich das Problem das ich keine Fehelrmeldung bekomme aber der Arduino und das Display auch
nichts macht.
Nutze ich die zweite Variante "UTFT myGLCD(ITDB32S,38,39,40,41); "
dann kommt eben die Fehlermeldung gepostete Fehlermeldung
auf dem Modul mit dem Display teht TFT_320QVT (www.sainsmart.com)
mein Aufbau entspricht dem folgenden link,
Gruß
Swen