#define NumOutEx ( _x,
_y,
_num,
_options   )     __NumOutEx(_x,_y,_num,_options)

Draw a number with drawing options.

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. 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 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.
_options The optional drawing options.

Generated by  doxygen 1.6.2