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. |