DisplayLcdPrintAt Method
Displays text starting at a specific location of the LCD display. Causes the LCD
backlight to switch on. The backlight may switch off after a predefined duration in the firmware.
Namespace: RoboTx.ApiAssembly: RoboTx.Api (in RoboTx.Api.dll) Version: 1.0.0
public void PrintAt(
int col,
int row,
string text
)
Public Sub PrintAt (
col As Integer,
row As Integer,
text As String
)
member PrintAt :
col : int *
row : int *
text : string -> unit
Parameters
- col Int32
- The column (zero based) from which to display text.
- row Int32
- The row (zero based) from which to display text.
- text String
- The text to display.