Epson S1D13505 Technical Manual page 316

Embedded ramdac lcd/crt controller
Table of Contents

Advertisement

Page 6
Scripting
Comments
S1D13550
X23A-B-005-04
13505PLAY can be driven by a script file. This is useful when:
• there is no display output and a current register status is required.
• various registers must be quickly changed to view results.
A script file is an ASCII text file with one 13505PLAY command per line. All scripts must end with
a "q" (quit) command.
On a PC platform, a typical script command line might be:
"13505PLAY < dumpregs.scr > results."
This causes the file "dumpregs.scr" to be interpreted as commands by 13505PLAY and the results
to be sent to the file "results."
Example: Create an ASCII text file that contains the commands i, xa, and q.
; This file initializes the S1D13505 and reads the registers.
; Note: after a semicolon (;), all characters on a line are ignored.
; Note: all script files must end with the "q" command.
i
xa
q
• All numeric values are considered to be hexadecimal unless identified otherwise. For example,
10 = 10h = 16 decimal; 10t = 10 decimal; 010b = 2 decimal.
• Redirecting commands from a script file (PC platform) allows those commands to be executed as
though they were typed.
• When using a PC with the S5U13505 evaluation board, the PC must not have more than 12M
bytes of system memory.
Epson Research and Development
Vancouver Design Center
13505PLAY Diagnostic Utility
Issue Date: 01/02/02

Advertisement

Table of Contents
loading

Table of Contents