Manual # 26-0002901-00 / Revision H ScreenPro - High Resolution Seamless Switcher
62
Display Put Character <TDPC row column character>
Description:
Output “
character
” (ASCII) at display “
row
” and “
column
”.
Example:
TDPC 0 0 ? – places a question mark at the upper left corner of the display.
Note: Special display characters are specified with hexadecimal codes. Contact Folsom Research Inc.
for a description of these special characters.
Display Put String <TDPS row column string>
Description:
Output “
string
” at display “
row
” and “
column
”.
Example:
TDPS 1 1 terminal initialize – places “terminal initialize” one character from the left edge
on the second line of the display.
Display Stored String <TDSS offset row column>
Description:
Gets a string stored in memory at “
offset
” (see text file for string definitions and offset
locations) and displays it starting at “
row
” and “
column
”.
Example:
TDSS 243 2 0 – Places the string stored at offset 243 on line 3 of the display starting at t
he far left.
Note: For further information regarding this command and obtaining a copy of the text file with string
definitions and offset locations, contact Folsom Research Inc.
Display Clear Region <TDCR row1 col1 row2 col2 >
Description:
Clears the display from position (
row1
,
col1
) to position (
row2
,
col2
).
Example:
TDCR 0 0 1 0 – Clears the display from the first character in the first row to the first
character in the second row.
Display Intensity <TDI intensity >
Description:
Sets the display to the specified intensity. Intensity values are 100, 75, 50, or 25
representing a percentage of full intensity.
Example:
TDI 100 – Sets the display to full brightness.
Note: This command can be sent to the ScreenPro to change the Display Intensity.
Display on or off <TDS OnOff>
Description:
Set the display state to 0 or 1 (Off or On).
Example:
TDS 0 - Turns the display off.