lcd.drawNumber(x, y, value [, flags [, inversColor]])
Display a number at (x,y)
@status current Introduced in 2.0.0
Parameters
x,y
(positive numbers) starting coordinatevalue
(number) value to displayinversColor
(optional with INVERS flag) overrides the inverse text color for INVERS
Return value
none
Previouslcd.drawLineWithClipping(x1, y1, x2, y2, xmin, xmax, ymin, ymax, pattern [, flags])Nextlcd.drawPie(x, y, r, start, end [, flags])
Last updated