English
Language : 

SED1354 Datasheet, PDF (253/472 Pages) Epson Company – Color Graphics LCD/CRT Controller
Epson Research and Development
Vancouver Design Center
Page 5
P 1|0
H [lines]
Q
?
- 1 = set/0 = reset hardware suspend (power mode).
- This feature only works on the SDU1354B0B ISA
evaluation board while operating in the x86
environment.
- Do not use with the SDU1354B0C evaluation board.
- Halts after lines of display. This feature halts the
display during long read operations to prevent data
from scrolling off the display.
- Set 0 to disable.
- Quits this utility.
- Displays Help information.
1354PLAY Example
1. Type "1354PLAY" to start the program.
2. Type "?" for help.
3. Type "i" to initialize the registers.
4. Type "xa" to display the contents of the registers.
5. Type "x 5" to read register 5.
6. Type "x 3 10" to write 10 hex to register 3.
7. Type "f 0 ffff aa" to fill the first FFFF hex bytes of display memory with AA hex.
8. Type "f 0 1fffff aa" to fill 2M bytes of display memory.
9. Type "r 0 ff" to read the first 100 hex bytes of display memory.
10. Type "q" to exit the program.
Scripting
1354PLAY 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 1354PLAY command per line. All scripts must end with
a “q” (quit) command.
On a PC platform, a typical script command line is: “1354PLAY < dumpregs.scr > results.”
This causes the file “dumpregs.scr” to be interpreted 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 SED1354 and reads the registers
; Note: after a semi-colon (;), all characters on a line are ignored
i
xa
q
1354PLAY Diagnostic Utility
Issue Date: 98/10/29
SED1354
X19A-B-005-04