у какого продавца-не помню. постараюсь найти...
а в коде написано, что конкретно для arduino mega:
#include <ITDB02_Graph16.h>
// Declare which fonts we will be using
extern uint8_t SmallFont[];
// Uncomment the next line for Arduino 2009/Uno
//ITDB02 myGLCD(19,18,17,16); // Remember to add the parameter for your display if you are not using an ITDB02-3.2!
// Uncomment the next line for Arduino Mega
ITDB02 myGLCD(38,39,40,41); // Remember to add the parameter for your display if you are not using an ITDB02-3.2!
void setup()..........