====== Command:LCD ======
Supported on MS2000 only
^ Shortcut | LCD |
^ Format | LCD “string” |
^ Units | ASCII Characters |
Displays the quoted string on the bottom line of the LCD in place of the version information (DIP SWITCH #2 DOWN).
The quotes are syntactically required.
If the quotes are not present, or one is missing, then the command will clear the LCD line.
This command is write-only and will not return the contents of the LCD line if queried.
LCD "my super string"
causes the last line of the LCD to be updated to:
my super string
However, if issued this command:
LCD my serial string
or
LCD ?
or just
LCD,
then the last line of the LCD display will be cleared (with no characters present).
{{tag>commands ms2000}}