lcd.drawGauge(x, y, w, h, fill, maxfill)
Parameters
Return value
Examples
local function run(event)
lcd.clear()
lcd.drawText(1,1,"drawGauge() example", 0)
lcd.drawGauge(1, 11, 120, 25, 250, 1000)
end
return{run=run}
Previouslcd.drawFilledRectangle(x, y, w, h [, flags])Nextlcd.drawLine(x1, y1, x2, y2, pattern, flags)
Last updated
Was this helpful?