lcd.drawHudRectangle(pitch, roll, xmin, xmax, ymin, ymax [, flags])
Previouslcd.drawFilledTriangle(x1, y1, x2, y2, x3, y3 [, flags])Nextlcd.drawLineWithClipping(x1, y1, x2, y2, xmin, xmax, ymin, ymax, pattern [, flags])
Was this helpful?
Draw a rectangle in perspective
pitch,roll (positive numbers) pitch and roll to define the orientation of the rectangle
xmin,xmax,ymin,ymax (positive numbers) the limits of the rectangle
none
2.4.0
Introduced
Was this helpful?
Was this helpful?