Installation guide

71
use_defaultimage={on|off}
Specifies whether the default background image will be used on idle
time out.
on
Use the default background image
off
Use the custom background image loaded by user.
load_image=host:filename
Specifies the tftp server and file name to be used to upload user
custom LCD background image.
host
The IP address or DNS name of a host from which the
custom LCD background image will be downloaded to the
ConnectPort LTS device using TFTP.
filename
The name of a file on the host that contains the custom LCD
background image. If your host’s implementation requires a
complete path to this file, specify the path here as well. (Be
sure that ConnectPort LTS supports only 128x64 8bit
bitmap file for LCD background image.)
backlight={on|off}
Specifies the status of LCD backlight.
on
Turn on the LCD backlight.
off
Turn off the LCD backlight.
Examples Enable LCD display
#>set lcd state=on
Change background image idle time-out
#>set lcd wait_time=30
Load a custom LCD background image from TFTP server
#>set lcd load_image=192.168.100.1:custom_image
See also show lcd"
The ConnectPort LTS Users Guide’s chapter on the LCD interface.