Comment on page
lcd.drawLineWithClipping(x1, y1, x2, y2, xmin, xmax, ymin, ymax, pattern [, flags])
Draw a line only inside a rectangle
@status current Introduced in 2.4.0
x1,y1,x2,y1
(positive numbers) coordinates of the start and end of the unclipped linexmin,xmax,ymin,ymax
(positive numbers) the limits of the rectangle inside which the line is drawn
none