#define TextOut ( _x,
_y,
_txt   )     __TextOutEx(_x,_y,_txt,0)

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.

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.

Generated by  doxygen 1.6.2