GLCD.begin(DI,RW,E,D0,D1,D2,D3,D4,D5,D6,D7,CS1,CS2,RES);
This method must be called before all other GLCD methods. It configures the object to communicate with the GLCD device using the specified digital pins.
Currently all pins must be connected to digital IO lines.