GLCD.update();
Once any changes have been made to the displayed data those changes must be pushed out to the display.
This function takes the data from the object's internal screen array and pushes each byte in turn out to the display to make the changes visible.
This allows for very fast graphical operations, with one atomic "push" of the data to the display for much smoother and faster animation.