lcd.drawHudRectangle(pitch, roll, xmin, xmax, ymin, ymax [, flags])
Previouslcd.drawGauge(x, y, w, h, fill, maxfill [, flags])Nextlcd.drawLine(x1, y1, x2, y2, pattern, flags)
Last updated
Was this helpful?
Draw a rectangle in perspective
@status current Introduced in 2.4.0
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
Last updated
Was this helpful?
Was this helpful?