Got it working now. For further reference:
Two things needed:
-
Uncomment USE_UNO_SHIELD_ON_MEGA in HW_Atmega1280.h
-
Change UTFT myGLCD(ITDB24E_8, 19, 18, 17, 16); to UTFT myGLCD(ITDB24E_8, A5, A4, A3, A2);
Regards
Peter
Got it working now. For further reference:
Two things needed:
Uncomment USE_UNO_SHIELD_ON_MEGA in HW_Atmega1280.h
Change UTFT myGLCD(ITDB24E_8, 19, 18, 17, 16); to UTFT myGLCD(ITDB24E_8, A5, A4, A3, A2);
Regards
Peter