hey ok :-) mein problem is das ich nur ein weißes display habe ...
hatte erst die fehlermeldung
ITDB02_Graph16_Demo_Landscape:26: error: no matching function for call to 'ITDB02::ITDB02(int, int, int, int)'
C:\Users\Llzzard\Desktop\arduino-0023\libraries\ITDB02_Graph16/ITDB02_Graph16.h:78: note: candidates are: ITDB02::ITDB02(int, int, int, int, int, byte)
C:\Users\Llzzard\Desktop\arduino-0023\libraries\ITDB02_Graph16/ITDB02_Graph16.h:77: note: ITDB02::ITDB02()
C:\Users\Llzzard\Desktop\arduino-0023\libraries\ITDB02_Graph16/ITDB02_Graph16.h:75: note: ITDB02::ITDB02(const ITDB02&)
dann habe ich ... ITDB02 myGLCD(38,39,40,41);
in ....ITDB02 myGLCD(ITDB32S,38,39,40,41); geändert
asao ja dieses sketch ... UTFT_Demo_320x240
somit keine fehlermeldung mehr ... aber immer noch weißes bild
MfG