GLCD.draw(x1, y1, x2, y2, ink);
Draw a line between coordinates x1,y1 and x2,y2. If ink is 1 the line is drawn (using [setPixel]), if ink is 0 the line is removed (drawn with [clearPixel]).
Wiki: User Interface Wiki: clearPixel Wiki: setPixel