#define TextOutEx ( _x,
_y,
_txt,
_options   )     __TextOutEx(_x,_y,_txt,_options)

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. Also specify drawing options. Valid display option constants are listed in the Drawing option constants group.

See also:
TDrawText
Parameters:
_x The x value for the start of the text output.
_y The text line number for the text output.
_txt The text to output to the LCD screen.
_options The optional drawing options.

Generated by  doxygen 1.6.2