Epson S1D13506 Technical Manual page 357

Color lcd/crt/tv controller
Table of Contents

Advertisement

Epson Research and Development
Vancouver Design Center
Note
void seWriteDisplayWords(DWORD Offset, unsigned Value, DWORD Count)
Description:
Parameters:
Return Value:
Note
void seWriteDisplayDwords(DWORD Offset, DWORD Value, DWORD Count)
Description:
Parameters:
Return Value:
Note
Programming Notes and Examples
Issue Date: 02/03/21
If ((Offset + Count) > memory size) then this function limits the writes to the end of dis-
play memory.
This routine writes one or more words to display memory starting at the specified offset.
Offset
Offset, in bytes, from the start of display memory to the first word to
write.
Value
An unsigned integer containing the word to written in the least
significant word
Count
Number of words to write. All words will have the same value.
None.
If ((Offset + (Count * 2)) > memory size) then this function limits the writes to the end
of display memory.
This routine writes one or more dwords to display memory starting at the specified offset.
Offset
Offset, in bytes, from the start of display memory to the first dword to
write.
Value
The value to be written to display memory.
Count
Number of dwords to write. All dwords will have the same value.
None.
If ((Offset + (Count * 4)) > memory size) then this function limits the writes to the end
of display memory.
Page 123
S1D13506
X25B-G-003-04

Advertisement

Table of Contents
loading

Table of Contents