NXC
Version 1.2.1 r5
|
|
inline |
Draw text.
Draw a text value on the screen at the specified x and y location. The y value must be a multiple of 8. Valid line number constants are listed in the Line number constants group. Optionally specify drawing options. If this argument is not specified it defaults to DRAW_OPT_NORMAL. Valid display option constants are listed in the Drawing option constants group.
x | The x value for the start of the text output. |
y | The text line number for the text output. |
str | The text to output to the LCD screen. |
options | The optional drawing options. |