lcd.drawTimer(x, y, value [, flags [, inversColor]])
Previouslcd.drawText(x, y, text [, flags [, inversColor]])Nextlcd.drawTriangle(x1, y1, x2, y2, x3, y3 [, flags])
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
Display a value formatted as time at (x,y)
@status current Introduced in 2.0.0
x,y
(positive numbers) starting coordinate
value
(number) time in seconds
inversColor
(optional with INVERS flag) overrides the inverse text color for INVERS
none