Epson Research and Development
Page 123
Vancouver Design Center
Note
If ((Offset + Count) > memory size) then this function limits the writes to the end of dis-
play memory.
void seWriteDisplayWords(DWORD Offset, unsigned Value, DWORD Count)
Description:
Parameters:
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
None.
Number of words to write. All words will have the same value.
Return Value:
Note
If ((Offset + (Count * 2)) > memory size) then this function limits the writes to the end
of display memory.
void seWriteDisplayDwords(DWORD Offset, DWORD Value, DWORD Count)
Description:
Parameters:
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
Count
None.
The value to be written to display memory.
Number of dwords to write. All dwords will have the same value.
Return Value:
Note
If ((Offset + (Count * 4)) > memory size) then this function limits the writes to the end
of display memory.
Programming Notes and Examples
Issue Date: 01/02/06
S1D13506
X25B-G-003-03