Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 493 Bytes

drawhudrectangle.md

File metadata and controls

16 lines (9 loc) · 493 Bytes

lcd.drawHudRectangle(pitch, roll, xmin, xmax, ymin, ymax [, flags])

Draw a rectangle in perspective

@status current Introduced in 2.4.0

Parameters

  • 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
  • flags (optional) please see flags and color constants

Return value

none