lcd.drawTextLines(x, y, w, h, text [, flags])
Previouslcd.drawText(x, y, text [, flags [, inversColor]])Nextlcd.drawTimer(x, y, value [, flags [, inversColor]])
Last updated
Was this helpful?
Last updated
Was this helpful?
Draw text inside rectangle (x,y,w,h) with line breaks
@status current Introduced in 2.5.0
x,y
(positive numbers) starting coordinate
w,h
(positive numbers) width and height of bounding rectangle
text
(string) text to display
flags
(optional) please see for drawing flags and colors, and for available characters in each font set. RIGHT, CENTER and VCENTER are not implemented.
none