NXC
Version 1.2.1 r5
|
|
inline |
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. 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 number output. |
y | The text line number for the number output. |
value | The value to output to the LCD screen. Any numeric type is supported. |
options | The optional drawing options. |