#define NumOut ( _x,
_y,
_num   )     __NumOutEx(_x,_y,_num,0)

Draw a number.

Draw a numeric 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 number output.
_y The text line number for the number output.
_num The value to output to the LCD screen. Any numeric type is supported.

Generated by  doxygen 1.6.2