lcd.drawGauge(x, y, w, h, fill, maxfill [, flags])
Draw a simple gauge that is filled based upon fill value
@status current Introduced in 2.0.0, changed in 2.2.0
Parameters
x,y
(positive numbers) top left corner positionw
(number) width in pixelsh
(number) height in pixelsfill
(number) amount of fill to applymaxfill
(number) total value of fill
Return value
none
Previouslcd.drawFilledTriangle(x1, y1, x2, y2, x3, y3 [, flags])Nextlcd.drawHudRectangle(pitch, roll, xmin, xmax, ymin, ymax [, flags])
Last updated